mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
pgindent run for 9.5
This commit is contained in:
@@ -32,13 +32,13 @@ extern PGconn *GetConnection(void);
|
||||
|
||||
/* Replication commands */
|
||||
extern bool CreateReplicationSlot(PGconn *conn, const char *slot_name,
|
||||
const char *plugin, XLogRecPtr *startpos,
|
||||
bool is_physical);
|
||||
const char *plugin, XLogRecPtr *startpos,
|
||||
bool is_physical);
|
||||
extern bool DropReplicationSlot(PGconn *conn, const char *slot_name);
|
||||
extern bool RunIdentifySystem(PGconn *conn, char **sysid,
|
||||
TimeLineID *starttli,
|
||||
XLogRecPtr *startpos,
|
||||
char **db_name);
|
||||
TimeLineID *starttli,
|
||||
XLogRecPtr *startpos,
|
||||
char **db_name);
|
||||
extern int64 feGetCurrentTimestamp(void);
|
||||
extern void feTimestampDifference(int64 start_time, int64 stop_time,
|
||||
long *secs, int *microsecs);
|
||||
@@ -48,4 +48,4 @@ extern bool feTimestampDifferenceExceeds(int64 start_time, int64 stop_time,
|
||||
extern void fe_sendint64(int64 i, char *buf);
|
||||
extern int64 fe_recvint64(char *buf);
|
||||
|
||||
#endif /* STREAMUTIL_H */
|
||||
#endif /* STREAMUTIL_H */
|
||||
|
||||
Reference in New Issue
Block a user