]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove unnecessary declaration in win32_port.h
authorMichael Paquier <michael@paquier.xyz>
Tue, 8 Jun 2021 04:40:10 +0000 (13:40 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 8 Jun 2021 04:40:10 +0000 (13:40 +0900)
commitb7684bd105657813e9366f8d664c22bcfb0e9f42
tree405ea89e512433b360f05d3d24ab6d4e2fc2be1d
parent9ddd1c27ee27e6d06349e4dc84baf14333d23311
Remove unnecessary declaration in win32_port.h

Mis-merge introduced by e2f21ff, where pgwin32_setenv() was listed but
not defined in win32env.c.  This had no consequences as this routine
does not exist in this branch.

Only REL_12_STABLE and REL_13_STABLE got that wrong.

Backpatch-through: 12
src/include/pg_config.h.win32
src/include/port/win32_port.h