aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/localbuf.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2023-01-13 15:23:09 -0800
committerAndres Freund <andres@anarazel.de>2023-01-13 15:23:17 -0800
commit250c8ee07ede8a104ae1471f6ebca204d94267dd (patch)
treec46c6e114de95a6815eacdbe27eb42558c96b94c /src/backend/storage/buffer/localbuf.c
parentd46a9792a8ebbbed7792b26d6dc0222d2bbde223 (diff)
downloadpostgresql-250c8ee07ede8a104ae1471f6ebca204d94267dd.tar.gz
postgresql-250c8ee07ede8a104ae1471f6ebca204d94267dd.zip
Manual cleanup and pgindent of pgstat and bufmgr related code
This is in preparation for commiting a larger patch series in the area. Discussion: https://postgr.es/m/CAAKRu_bHwGEbzNxxy+MQDkrsgog6aO6iUvajJ4d6PD98gFU7+w@mail.gmail.com
Diffstat (limited to 'src/backend/storage/buffer/localbuf.c')
-rw-r--r--src/backend/storage/buffer/localbuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/buffer/localbuf.c b/src/backend/storage/buffer/localbuf.c
index b2720df6eaa..8372acc383d 100644
--- a/src/backend/storage/buffer/localbuf.c
+++ b/src/backend/storage/buffer/localbuf.c
@@ -610,8 +610,8 @@ AtProcExit_LocalBuffers(void)
{
/*
* We shouldn't be holding any remaining pins; if we are, and assertions
- * aren't enabled, we'll fail later in DropRelationBuffers while
- * trying to drop the temp rels.
+ * aren't enabled, we'll fail later in DropRelationBuffers while trying to
+ * drop the temp rels.
*/
CheckForLocalBufferLeaks();
}