]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove hbaPort type
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 15 Sep 2025 08:48:30 +0000 (10:48 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 15 Sep 2025 09:04:10 +0000 (11:04 +0200)
commitdc41d7415fc6eea3b5c5528a39d07016983ea75e
treeb23c9a49e76da680dbe35200c013f2aceb99cc1f
parentd4d1fc527bdb333d818038081c17ed7d9b1697c1
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
src/backend/libpq/auth.c
src/backend/libpq/hba.c
src/include/libpq/hba.h
src/tools/pgindent/typedefs.list