diff options
author | Jeff Davis <jdavis@postgresql.org> | 2025-01-08 15:25:05 -0800 |
---|---|---|
committer | Jeff Davis <jdavis@postgresql.org> | 2025-01-08 15:25:05 -0800 |
commit | 229e7793d96954739d3fb9b37e2ccf77c2803f07 (patch) | |
tree | 238bffe88947f4622f33b94c7b363107903b9d40 /src | |
parent | a2f17f004d229f69a32cfa80904b95edcbc68f95 (diff) | |
download | postgresql-229e7793d96954739d3fb9b37e2ccf77c2803f07.tar.gz postgresql-229e7793d96954739d3fb9b37e2ccf77c2803f07.zip |
Fix duplicate typedef from commit a2f17f004d.
Reported-by: Thomas Munro
Diffstat (limited to 'src')
-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); |