Skip to content

Commit

Permalink
mv
Browse files Browse the repository at this point in the history
  • Loading branch information
RekGRpth committed Nov 26, 2023
1 parent 14b8f1c commit 1745f3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion include.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ extern void SignalHandlerForShutdownRequest(SIGNAL_ARGS);
#include <storage/barrier.h>
#endif
#include <storage/proc.h>
#include <utils/timeout.h>
#include <utils/timestamp.h>

#ifdef GP_VERSION_NUM
Expand Down
1 change: 1 addition & 0 deletions spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <utils/lsyscache.h>
#include <utils/memutils.h>
#include <utils/snapmgr.h>
#include <utils/timeout.h>

typedef enum STMT_TYPE {
STMT_BIND,
Expand Down

0 comments on commit 1745f3e

Please sign in to comment.