aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeff Davis <jdavis@postgresql.org>2025-01-08 15:25:05 -0800
committerJeff Davis <jdavis@postgresql.org>2025-01-08 15:25:05 -0800
commit229e7793d96954739d3fb9b37e2ccf77c2803f07 (patch)
tree238bffe88947f4622f33b94c7b363107903b9d40 /src
parenta2f17f004d229f69a32cfa80904b95edcbc68f95 (diff)
downloadpostgresql-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.h2
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);