Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
RekGRpth committed Nov 26, 2023
1 parent 912837f commit 67082a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ extern void SignalHandlerForShutdownRequest(SIGNAL_ARGS);
#define MemoryContextResetAndDeleteChildren(ctx) MemoryContextReset(ctx)
#endif


typedef struct WorkShared {
bool in_use;
char data[NAMEDATALEN];
Expand Down Expand Up @@ -232,9 +231,6 @@ void append_with_tabs(StringInfo buf, const char *str);
void initStringInfoMy(StringInfoData *buf);
void init_conf(bool dynamic);
void _PG_init(void);
#if PG_VERSION_NUM < 120000
void ReleaseAuxProcessResources(bool isCommit);
#endif
void SPI_connect_my(const char *src);
void SPI_cursor_close_my(Portal portal);
void SPI_cursor_fetch_my(const char *src, Portal portal, bool forward, long count);
Expand Down

0 comments on commit 67082a1

Please sign in to comment.