Re: [PATCH] Double declaration in pg_upgrade.h

2022-03-09 Thread Peter Eisentraut
On 09.03.22 11:29, Pavel Borisov wrote: I've noticed that check_ok() inĀ pg_upgrade.h has been declared two times. Here's a one-line patch correcting this. Fixed, thanks.

[PATCH] Double declaration in pg_upgrade.h

2022-03-09 Thread Pavel Borisov
Hi, hackers! I've noticed that check_ok() in pg_upgrade.h has been declared two times. Here's a one-line patch correcting this. -- Best regards, Pavel Borisov Postgres Professional: http://postgrespro.com v1-0001-Fix-double-declaration-for-check_ok-in-pg_upgrade.pa