pgsql: pg_upgrade: Remove unused macro

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_upgrade: Remove unused macro
Date: 2024-07-25 13:17:14
Message-ID: E1sWyLK-0019lp-Rp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade: Remove unused macro

Commit f06b1c598 removed validate_exec from pg_upgrade and instead
exported it from src/common, but the macro for checking executable
suffix on Windows was accidentally left. Fix by removing.

Author: Alexander Lakhin <exclusion(at)gmail(dot)com>
Discussion: https://postgr.es/m/c1d63754-cb85-2d8a-8409-bde2c4d2d04b@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/88e3da5658c55d49522f01694dc43ad177987f43

Modified Files
--------------
src/bin/pg_upgrade/pg_upgrade.h | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-07-25 13:47:04 pgsql: pg_createsubscriber: Message improvements
Previous Message Daniel Gustafsson 2024-07-25 12:44:56 pgsql: pgcrypto: Remove unused binary from clean target