diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-08-14 17:29:33 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-08-14 17:29:33 -0400 |
commit | 21d304dfedb4f26d0d6587d9ac39b1b5c499bb55 (patch) | |
tree | bd5328464e037f15bf069fb91d54db06509b459c /src/backend/storage/ipc/procarray.c | |
parent | 5b6289c1e07dc45f09c3169a189e60d2fcaec2b3 (diff) |
Final pgindent + perltidy run for v10.
Diffstat (limited to 'src/backend/storage/ipc/procarray.c')
-rw-r--r-- | src/backend/storage/ipc/procarray.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/ipc/procarray.c b/src/backend/storage/ipc/procarray.c index eab218e3166..ff96e2a86fe 100644 --- a/src/backend/storage/ipc/procarray.c +++ b/src/backend/storage/ipc/procarray.c @@ -1408,8 +1408,8 @@ GetOldestXmin(Relation rel, int flags) * being careful not to generate a "permanent" XID. * * vacuum_defer_cleanup_age provides some additional "slop" for the - * benefit of hot standby queries on standby servers. This is quick and - * dirty, and perhaps not all that useful unless the master has a + * benefit of hot standby queries on standby servers. This is quick + * and dirty, and perhaps not all that useful unless the master has a * predictable transaction rate, but it offers some protection when * there's no walsender connection. Note that we are assuming * vacuum_defer_cleanup_age isn't large enough to cause wraparound --- |