Content-Length: 269331 | pFad | http://github.com/postgrespro/postgres_cluster/commit/1e29e6324ca7d52eb751c8d63881d1f7c44e3921
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 796d1e8 commit 1e29e63Copy full SHA for 1e29e63
src/backend/access/transam/xlog.c
@@ -7862,13 +7862,11 @@ GetInsertRecPtr(void)
7862
XLogRecPtr
7863
GetFlushRecPtr(void)
7864
{
7865
- XLogRecPtr recptr;
7866
-
7867
SpinLockAcquire(&XLogCtl->info_lck);
7868
- recptr = XLogCtl->LogwrtResult.Flush;
+ LogwrtResult = XLogCtl->LogwrtResult;
7869
SpinLockRelease(&XLogCtl->info_lck);
7870
7871
- return recptr;
+ return LogwrtResult.Flush;
7872
}
7873
7874
/*
Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/1e29e6324ca7d52eb751c8d63881d1f7c44e3921
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments