[PATCH] Double declaration in pg_upgrade.h

Started by Pavel Borisovabout 4 years ago2 messageshackers
Jump to latest
#1Pavel Borisov
pashkin.elfe@gmail.com

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 <http://www.postgrespro.com&gt;

Attachments:

v1-0001-Fix-double-declaration-for-check_ok-in-pg_upgrade.patchapplication/octet-stream; name=v1-0001-Fix-double-declaration-for-check_ok-in-pg_upgrade.patchDownload+0-2
#2Peter Eisentraut
peter_e@gmx.net
In reply to: Pavel Borisov (#1)
Re: [PATCH] Double declaration in pg_upgrade.h

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.