8000 Fix duplicate typedef from commit a2f17f004d. · postgres/postgres@229e779 · GitHub
[go: up one dir, main page]

Skip to content

Commit 229e779

Browse files
committed
Fix duplicate typedef from commit a2f17f0.
Reported-by: Thomas Munro
1 parent a2f17f0 commit 229e779

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/include/utils/pg_locale.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ struct pg_locale_struct
120120
} info;
121121
};
122122

123-
typedef struct pg_locale_struct *pg_locale_t;
124-
125123
extern void init_database_collation(void);
126124
extern pg_locale_t pg_newlocale_from_collation(Oid collid);
127125

0 commit comments

Comments
 (0)
0