Remove hbaPort type

Peter Eisentraut <peter@eisentraut.org>

Commit: dc41d7415fc6eea3b5c5528a39d07016983ea75e
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2025-09-15T09:04:10Z
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

Files

PathChange+/−
src/backend/libpq/auth.c modified +4 −4
src/backend/libpq/hba.c modified +3 −3
src/include/libpq/hba.h modified +3 −3
src/tools/pgindent/typedefs.list modified +0 −1

Discussion