Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd1c33cc

Browse files
committed
Remove prototype for non-existent function from walreceiver.h. Tidy up by
separating prototypes for functions in walreceiver.c and walreceiverfuncs.cwith comments.
1 parent418039d commitd1c33cc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/include/replication/walreceiver.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Portions Copyright (c) 2010-2010, PostgreSQL Global Development Group
77
*
8-
* $PostgreSQL: pgsql/src/include/replication/walreceiver.h,v 1.11 2010/07/06 19:19:00 momjian Exp $
8+
* $PostgreSQL: pgsql/src/include/replication/walreceiver.h,v 1.12 2010/09/13 10:14:25 heikki Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -87,12 +87,14 @@ extern PGDLLIMPORT walrcv_receive_type walrcv_receive;
8787
typedefvoid (*walrcv_disconnect_type) (void);
8888
externPGDLLIMPORTwalrcv_disconnect_typewalrcv_disconnect;
8989

90+
/* prototypes for functions in walreceiver.c */
9091
externvoidWalReceiverMain(void);
92+
93+
/* prototypes for functions in walreceiverfuncs.c */
9194
externSizeWalRcvShmemSize(void);
9295
externvoidWalRcvShmemInit(void);
9396
externvoidShutdownWalRcv(void);
9497
externboolWalRcvInProgress(void);
95-
externXLogRecPtrWaitNextXLogAvailable(XLogRecPtrrecptr,bool*finished);
9698
externvoidRequestXLogStreaming(XLogRecPtrrecptr,constchar*conninfo);
9799
externXLogRecPtrGetWalRcvWriteRecPtr(XLogRecPtr*latestChunkStart);
98100

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp