Skip to content

Commit 0fdfdd6

Browse files
author
Commitfest Bot
committed
[CF 5301] v15 - Collation and ctype method tables and extension hooks
This branch was automatically generated by a robot using patches from an email thread registered at: https://commitfest.postgresql.org/patch/5301 The branch will be overwritten each time a new patch version is posted to the thread, and also periodically to check for bitrot caused by changes on the master branch. Patch(es): https://www.postgresql.org/message-id/[email protected] Author(s): Jeff Davis
2 parents 847bbb2 + d0032a7 commit 0fdfdd6

File tree

12 files changed

+805
-530
lines changed

12 files changed

+805
-530
lines changed

src/backend/commands/collationcmds.c

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
*/
1515
#include "postgres.h"
1616

17+
#ifdef USE_ICU
18+
#include <unicode/ucol.h>
19+
#endif
20+
1721
#include "access/htup_details.h"
1822
#include "access/table.h"
1923
#include "access/xact.h"

0 commit comments

Comments
 (0)