diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2022-05-13 23:52:35 +0200 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2022-05-13 23:52:35 +0200 |
commit | c4f113e8fef900e9e7e7c77a3a21db1535e5be72 (patch) | |
tree | eb52fd1d6fd1295d14187c2e3c4fe6dae417ccaa /src/backend/storage | |
parent | 3715850ecc524544546e696bb0a7bbc44095d12a (diff) | |
download | postgresql-c4f113e8fef900e9e7e7c77a3a21db1535e5be72.tar.gz postgresql-c4f113e8fef900e9e7e7c77a3a21db1535e5be72.zip |
Clean up newlines following left parentheses
Like commit c9d297751959.
Diffstat (limited to 'src/backend/storage')
-rw-r--r-- | src/backend/storage/ipc/standby.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/storage/ipc/standby.c b/src/backend/storage/ipc/standby.c index 8c5e8432e73..671b00a33cf 100644 --- a/src/backend/storage/ipc/standby.c +++ b/src/backend/storage/ipc/standby.c @@ -821,8 +821,7 @@ ResolveRecoveryConflictWithBufferPin(void) * not be so harmful because the period that the buffer is kept pinned * is basically no so long. But we should fix this? */ - SendRecoveryConflictWithBufferPin( - PROCSIG_RECOVERY_CONFLICT_STARTUP_DEADLOCK); + SendRecoveryConflictWithBufferPin(PROCSIG_RECOVERY_CONFLICT_STARTUP_DEADLOCK); } /* |