Skip to content

Commit

Permalink
Adjust test_utils.h includes to postgres changes
Browse files Browse the repository at this point in the history
PG14 changes xact.h to no longer include fmgr.h which is needed
for PG_FUNCTION_ARGS definition. This patch includes fmgr.h
explicitly to no longer rely on the indirect include.

postgres/postgres@3941eb6341
  • Loading branch information
svenklemm committed Jun 23, 2021
1 parent 2c0a11e commit 08cbf46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/src/test_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include <postgres.h>
#include <access/xact.h>
#include <fmgr.h>

#include "export.h"

Expand Down

0 comments on commit 08cbf46

Please sign in to comment.