mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
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
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user