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 4768fd3 commit 2ea56cbCopy full SHA for 2ea56cb
src/backend/replication/walsender.c
@@ -30,7 +30,7 @@
30
*
31
32
* IDENTIFICATION
33
- * $PostgreSQL: pgsql/src/backend/replication/walsender.c,v 1.19 2010/04/28 16:54:15 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/replication/walsender.c,v 1.20 2010/05/09 18:11:55 tgl Exp $
34
35
*-------------------------------------------------------------------------
36
*/
@@ -515,7 +515,7 @@ WalSndKill(int code, Datum arg)
515
/*
516
* Read 'nbytes' bytes from WAL into 'buf', starting at location 'recptr'
517
518
-void
+static void
519
XLogRead(char *buf, XLogRecPtr recptr, Size nbytes)
520
{
521
XLogRecPtr startRecPtr = recptr;
0 commit comments