Skip to content

Commit

Permalink
Add missing utils/guc.h include to enable building with pg17
Browse files Browse the repository at this point in the history
  • Loading branch information
svenklemm committed Jul 7, 2024
1 parent 595d7db commit 3c58c3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/telemetry/replication.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* LICENSE-APACHE for a copy of the license.
*/
#include <postgres.h>
#include <executor/spi.h>
#include <utils/guc.h>

#include "replication.h"

#include <executor/spi.h>

ReplicationInfo
ts_telemetry_replication_info_gather(void)
{
Expand Down
1 change: 1 addition & 0 deletions tsl/src/continuous_aggs/materialize.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <time_utils.h>
#include <utils/builtins.h>
#include <utils/date.h>
#include <utils/guc.h>
#include <utils/palloc.h>
#include <utils/rel.h>
#include <utils/relcache.h>
Expand Down

0 comments on commit 3c58c3f

Please sign in to comment.