Skip to content

Commit

Permalink
Merge pull request #5 from MasaoFujii/master
Browse files Browse the repository at this point in the history
Fix compilation error in pg_bigm caused by PostgreSQL 16dev update
  • Loading branch information
MasaoFujii committed Apr 11, 2023
2 parents 24702db + 237655a commit fb8b389
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bigm_op.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
#include "catalog/pg_type.h"
#include "tsearch/ts_locale.h"
#include "utils/array.h"
#if PG_VERSION_NUM >= 160000
#include "utils/guc.h"
#endif /* PG_VERSION_NUM */
#include "utils/memutils.h"

PG_MODULE_MAGIC;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fb8b389

Please sign in to comment.