From 250c8ee07ede8a104ae1471f6ebca204d94267dd Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Fri, 13 Jan 2023 15:23:09 -0800 Subject: 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 --- src/backend/storage/buffer/localbuf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/storage/buffer/localbuf.c') 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(); } -- cgit v1.2.3