pgsql: Remove unused macro - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove unused macro
Date
Msg-id E1r8ZEq-007ujq-7o@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove unused macro

Usage was removed in a33e17f210 but the definition was not removed.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a1827568d22fba9e33044b8cfc5eb19e55ad5488

Modified Files
--------------
src/bin/pg_rewind/pg_rewind.c | 1 -
1 file changed, 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Improve "user mapping not found" error message
Next
From: Masahiko Sawada
Date:
Subject: pgsql: Add option to specify timeout seconds to BackgroundPsql.pm.