pgsql: Remove hbaPort type - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove hbaPort type
Date
Msg-id E1uy59D-000oCX-0w@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove hbaPort type

This was just a workaround to avoid including the header file that
defines the Port type.  With C11, we can now just re-define the Port
type without the possibility of a conflict.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/10d32190-f31b-40a5-b177-11db55597355@eisentraut.org

Branch
------
master

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

Modified Files
--------------
src/backend/libpq/auth.c         | 8 ++++----
src/backend/libpq/hba.c          | 6 +++---
src/include/libpq/hba.h          | 6 +++---
src/tools/pgindent/typedefs.list | 1 -
4 files changed, 10 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Resume conflict-relevant data retention automatically.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: CREATE STATISTICS: improve misleading error message