mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
Revert 0f5ca02f53
0f5ca02f53
introduces 3 new keywords. It appears to be too much for relatively
small feature. Given now we past feature freeze, it's already late for
discussion of the new syntax. So, revert.
Discussion: https://postgr.es/m/28209.1586294824%40sss.pgh.pa.us
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
/*-------------------------------------------------------------------------
|
||||
*
|
||||
* wait.h
|
||||
* prototypes for commands/wait.c
|
||||
*
|
||||
* Copyright (c) 2020, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/commands/wait.h
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef WAIT_H
|
||||
#define WAIT_H
|
||||
|
||||
#include "tcop/dest.h"
|
||||
#include "nodes/parsenodes.h"
|
||||
|
||||
extern bool WaitLSNUtility(XLogRecPtr lsn, const int timeout_ms);
|
||||
extern Size WaitLSNShmemSize(void);
|
||||
extern void WaitLSNShmemInit(void);
|
||||
extern void WaitLSNSetLatch(XLogRecPtr cur_lsn);
|
||||
extern XLogRecPtr WaitLSNGetMin(void);
|
||||
extern int WaitLSNMain(WaitClause *stmt, DestReceiver *dest);
|
||||
extern void WaitLSNDelete(void);
|
||||
|
||||
#endif /* WAIT_H */
|
Reference in New Issue
Block a user