mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Fix missing static declaration for XLogRead().
This commit is contained in:
parent
4768fd3fd8
commit
2ea56cbda6
@ -30,7 +30,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $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 $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -515,7 +515,7 @@ WalSndKill(int code, Datum arg)
|
||||
/*
|
||||
* Read 'nbytes' bytes from WAL into 'buf', starting at location 'recptr'
|
||||
*/
|
||||
void
|
||||
static void
|
||||
XLogRead(char *buf, XLogRecPtr recptr, Size nbytes)
|
||||
{
|
||||
XLogRecPtr startRecPtr = recptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user