Skip to content

Commit

Permalink
PG16: Include guc header to use GetConfigOptionByName
Browse files Browse the repository at this point in the history
  • Loading branch information
lkshminarayanan committed Aug 21, 2023
1 parent cf0f9b5 commit ba06c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tsl/src/remote/dist_txn.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <storage/lmgr.h>
#include <utils/hsearch.h>
#include <utils/builtins.h>
#include <utils/guc.h>
#include <utils/memutils.h>
#include <utils/syscache.h>
#include "dist_txn.h"
Expand Down
1 change: 1 addition & 0 deletions tsl/src/remote/txn.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <access/xact.h>
#include <storage/procarray.h>
#include <utils/builtins.h>
#include <utils/guc.h>
#include <utils/snapmgr.h>
#include <libpq-fe.h>
#include <miscadmin.h>
Expand Down

0 comments on commit ba06c6e

Please sign in to comment.