mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Run pgindent on 9.2 source tree in preparation for first 9.3
commit-fest.
This commit is contained in:
@ -252,8 +252,8 @@ GetReplicationApplyDelay(void)
|
||||
XLogRecPtr receivePtr;
|
||||
XLogRecPtr replayPtr;
|
||||
|
||||
long secs;
|
||||
int usecs;
|
||||
long secs;
|
||||
int usecs;
|
||||
|
||||
SpinLockAcquire(&walrcv->mutex);
|
||||
receivePtr = walrcv->receivedUpto;
|
||||
@ -284,9 +284,9 @@ GetReplicationTransferLatency(void)
|
||||
TimestampTz lastMsgSendTime;
|
||||
TimestampTz lastMsgReceiptTime;
|
||||
|
||||
long secs = 0;
|
||||
int usecs = 0;
|
||||
int ms;
|
||||
long secs = 0;
|
||||
int usecs = 0;
|
||||
int ms;
|
||||
|
||||
SpinLockAcquire(&walrcv->mutex);
|
||||
lastMsgSendTime = walrcv->lastMsgSendTime;
|
||||
|
Reference in New Issue
Block a user