Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitec7129b

Browse files
committed
Fix collprovider of predefined collations
An earlier version of the patch had collprovider as an integer and thusset these to 0, but the correct setting is now null.
1 parent4955109 commitec7129b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/include/catalog/catversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
*/
5454

5555
/*yyyymmddN */
56-
#defineCATALOG_VERSION_NO201706081
56+
#defineCATALOG_VERSION_NO201706131
5757

5858
#endif

‎src/include/catalog/pg_collation.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ typedef FormData_pg_collation *Form_pg_collation;
7070
* ----------------
7171
*/
7272

73-
DATA(insertOID=100 (defaultPGNSPPGUIDd-1 "" ""0 ));
73+
DATA(insertOID=100 (defaultPGNSPPGUIDd-1""""_null_ ));
7474
DESCR("database's default collation");
7575
#defineDEFAULT_COLLATION_OID100
76-
DATA(insertOID=950 (CPGNSPPGUIDc-1 "C" "C"0 ));
76+
DATA(insertOID=950 (CPGNSPPGUIDc-1"C""C"_null_ ));
7777
DESCR("standard C collation");
7878
#defineC_COLLATION_OID950
79-
DATA(insertOID=951 (POSIXPGNSPPGUIDc-1 "POSIX" "POSIX"0 ));
79+
DATA(insertOID=951 (POSIXPGNSPPGUIDc-1"POSIX""POSIX"_null_ ));
8080
DESCR("standard POSIX collation");
8181
#definePOSIX_COLLATION_OID951
8282

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp