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

Commit2ea56cb

Browse files
committed
Fix missing static declaration for XLogRead().
1 parent4768fd3 commit2ea56cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/replication/walsender.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*
3131
*
3232
* IDENTIFICATION
33-
* $PostgreSQL: pgsql/src/backend/replication/walsender.c,v 1.19 2010/04/28 16:54:15 tgl Exp $
33+
* $PostgreSQL: pgsql/src/backend/replication/walsender.c,v 1.20 2010/05/09 18:11:55 tgl Exp $
3434
*
3535
*-------------------------------------------------------------------------
3636
*/
@@ -515,7 +515,7 @@ WalSndKill(int code, Datum arg)
515515
/*
516516
* Read 'nbytes' bytes from WAL into 'buf', starting at location 'recptr'
517517
*/
518-
void
518+
staticvoid
519519
XLogRead(char*buf,XLogRecPtrrecptr,Sizenbytes)
520520
{
521521
XLogRecPtrstartRecPtr=recptr;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp