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 <[email protected]>
Reviewed-by: Chao Li <[email protected]>
Discussion: 
https://www.postgresql.org/message-id/flat/[email protected]

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(-)

Reply via email to