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