mirror of
https://github.com/postgres/postgres.git
synced 2025-10-16 17:07:43 +03:00
Some pedantic compile syntax errors to fix with the following patch
for today's snapshot Andreas
This commit is contained in:
@@ -1357,7 +1357,7 @@ static void _reconnectAsOwner(ArchiveHandle* AH, TocEntry* te)
|
||||
if (RestoringToDB(AH))
|
||||
{
|
||||
ReconnectDatabase(AH, te->owner);
|
||||
//todo pjw - ???? fix for db connection...
|
||||
/* todo pjw - ???? fix for db connection... */
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user