Remove hbaPort type
Peter Eisentraut <peter@eisentraut.org>
Author:
Peter Eisentraut <peter@eisentraut.org>
Date: 2025-09-15T09:04:10Z
Releases:
19 (unreleased)
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
| Path | Change | +/− |
|---|---|---|
| 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
- allow benign typedef redefinitions (C11) 23 messages · 2025-08-29 → 2025-10-05