1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-19 23:22:23 +03:00

Fix pgindent damage.

Apparently, I neglected to pgindent the prior commit.

Per buildfarm.
This commit is contained in:
Robert Haas
2024-03-04 14:37:13 -05:00
parent d75c4027b6
commit dd7ea37c43
2 changed files with 19 additions and 19 deletions

View File

@@ -778,8 +778,8 @@ GetFileBackupMethod(IncrementalBackupInfo *ib, const char *path,
}
/*
* Look up the special block reference table entry for the database as
* a whole.
* Look up the special block reference table entry for the database as a
* whole.
*/
rlocator.spcOid = spcoid;
rlocator.dbOid = dboid;