Skip to content

Conversation

@reshke
Copy link
Contributor

@reshke reshke commented Jan 16, 2026

fixes:

buffile.c:1039:1: warning: no previous prototype for ‘customAlloc’ [-Wmissing-prototypes]
 1039 | customAlloc(void *opaque, size_t size)
      | ^~~~~~~~~~~
buffile.c:1045:1: warning: no previous prototype for ‘customFree’ [-Wmissing-prototypes]
 1045 | customFree(void *opaque, void *address)
      | ^~~~~~~~~~

Here are some reminders before you submit the pull request

  • Add tests for the change
  • Document changes
  • Communicate in the mailing list if needed
  • Pass make installcheck
  • Review a PR in return to support the community

fixes:

```
buffile.c:1039:1: warning: no previous prototype for ‘customAlloc’ [-Wmissing-prototypes]
 1039 | customAlloc(void *opaque, size_t size)
      | ^~~~~~~~~~~
buffile.c:1045:1: warning: no previous prototype for ‘customFree’ [-Wmissing-prototypes]
 1045 | customFree(void *opaque, void *address)
      | ^~~~~~~~~~

```
@reshke reshke merged commit 77bd529 into OPENGPDB_STABLE Jan 17, 2026
42 of 43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants