pgsql: Remove unnecessary declaration in win32_port.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unnecessary declaration in win32_port.h
Date: 2021-06-08 04:41:33
Message-ID: E1lqTYT-0007El-QL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/949e32ee5d5990ff94579abc34d7b2c39b134965

Modified Files
--------------
src/include/port/win32_port.h | 2 --
1 file changed, 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2021-06-08 04:52:41 pgsql: Doc: Further update documentation for asynchronous execution.
Previous Message Peter Geoghegan 2021-06-08 00:47:59 Re: pgsql: Support parallel btree index builds.