Skip to content

Commit

Permalink
mv
Browse files Browse the repository at this point in the history
  • Loading branch information
RekGRpth committed Nov 27, 2023
1 parent 1d97dfc commit 3f07337
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
#include <postgres.h>

#include <executor/spi.h>
#if PG_VERSION_NUM < 90600
#include "latch.h"
#endif
#if PG_VERSION_NUM < 90500
#include <lib/stringinfo.h>
#endif
Expand Down
1 change: 1 addition & 0 deletions latch.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "include.h"
#if PG_VERSION_NUM < 90600
#include "latch.h"
/*-------------------------------------------------------------------------
*
* latch.c
Expand Down
3 changes: 3 additions & 0 deletions work.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
#if PG_VERSION_NUM < 130000
#include <catalog/pg_type.h>
#endif
#if PG_VERSION_NUM < 90600
#include "latch.h"
#endif
#include <libpq/libpq-be.h>
#if PG_VERSION_NUM < 130000
#include <miscadmin.h>
Expand Down

0 comments on commit 3f07337

Please sign in to comment.