OSDN Git Service

Fix compilation error in pg_bigm caused by PostgreSQL 16dev update
authorFujii Masao <fujii@postgresql.org>
Mon, 10 Apr 2023 13:38:21 +0000 (22:38 +0900)
committerFujii Masao <fujii@postgresql.org>
Mon, 10 Apr 2023 13:38:21 +0000 (22:38 +0900)
commit2a9d783c52a1d7a2eb414da6f091f6035da76edf
treeaab2437659410283b66df339baab579663c83d6b
parent24702db4b56d4bfa4b0910f3d5f5b8d0f080f0bd
Fix compilation error in pg_bigm caused by PostgreSQL 16dev update

Commit 0a20ff54f5 in PostgreSQL 16dev caused pg_bigm to fail compilation
due to a missing header file. This commit fixes the issue by
updating bigm_op.c to include utils/guc.h. This change ensures that
pg_bigm is compatible with PostgreSQL 16dev,
allowing for continued use and development of the extension.

Back-patch to pg_bigm 1.2.
bigm_op.c