Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa1175 commit 147c665Copy full SHA for 147c665
src/include/replication/walsender.h
@@ -5,7 +5,7 @@
5
*
6
* Portions Copyright (c) 2010-2010, PostgreSQL Global Development Group
7
8
- * $PostgreSQL: pgsql/src/include/replication/walsender.h,v 1.3 2010/04/28 16:10:43 heikki Exp $
+ * $PostgreSQL: pgsql/src/include/replication/walsender.h,v 1.4 2010/06/17 00:06:34 itagaki Exp $
9
10
*-------------------------------------------------------------------------
11
*/
@@ -45,6 +45,5 @@ extern int WalSenderMain(void);
45
extern void WalSndSignals(void);
46
extern Size WalSndShmemSize(void);
47
extern void WalSndShmemInit(void);
48
-extern XLogRecPtr GetOldestWALSendPointer(void);
49
50
#endif /* _WALSENDER_H */
0 commit comments