diff options
| author | Jeff Davis | 2025-01-08 23:25:05 +0000 |
|---|---|---|
| committer | Jeff Davis | 2025-01-08 23:25:05 +0000 |
| commit | 229e7793d96954739d3fb9b37e2ccf77c2803f07 (patch) | |
| tree | 238bffe88947f4622f33b94c7b363107903b9d40 | |
| parent | a2f17f004d229f69a32cfa80904b95edcbc68f95 (diff) | |
Fix duplicate typedef from commit a2f17f004d.
Reported-by: Thomas Munro
| -rw-r--r-- | src/include/utils/pg_locale.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/utils/pg_locale.h b/src/include/utils/pg_locale.h index 97b866b3444..ec42ca3da4c 100644 --- a/src/include/utils/pg_locale.h +++ b/src/include/utils/pg_locale.h @@ -120,8 +120,6 @@ struct pg_locale_struct } info; }; -typedef struct pg_locale_struct *pg_locale_t; - extern void init_database_collation(void); extern pg_locale_t pg_newlocale_from_collation(Oid collid); |
