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

Commit27ba260

Browse files
committed
Change oddly-chosen OID allocation.
I noticed while fooling with John Naylor's bootstrap-data patch that we hadone high-numbered manually assigned OID, 8888, which evidently came from asubmission that the committer didn't bother to bring into line with usualOID allocation practices before committing. That's a bad idea, because itcreates a hazard for other patches that may be temporarily using high OIDnumbers. Change it to something more in line with what we usually do.This evidently dates to commitabb1733. It's too late to change itin released branches, but we can fix it in HEAD.
1 parent4731d84 commit27ba260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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_NO201803211
56+
#defineCATALOG_VERSION_NO201803212
5757

5858
#endif

‎src/include/catalog/pg_proc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2427,7 +2427,7 @@ DESCR("exponentiation");
24272427
DATA(insert OID = 2169 ( powerPGNSP PGUID 12 1 0 0 0 f f f t f i s 2 0 1700 "1700 1700" _null_ _null_ _null_ _null_ _null_numeric_power _null_ _null_ _null_ ));
24282428
DESCR("exponentiation");
24292429
DATA(insert OID = 1739 ( numeric_powerPGNSP PGUID 12 1 0 0 0 f f f t f i s 2 0 1700 "1700 1700" _null_ _null_ _null_ _null_ _null_numeric_power _null_ _null_ _null_ ));
2430-
DATA(insert OID =8888 ( scalePGNSP PGUID 12 1 0 0 0 f f f t f i s 1 0 23 "1700" _null_ _null_ _null_ _null_ _null_ numeric_scale _null_ _null_ _null_ ));
2430+
DATA(insert OID =3281 ( scalePGNSP PGUID 12 1 0 0 0 f f f t f i s 1 0 23 "1700" _null_ _null_ _null_ _null_ _null_ numeric_scale _null_ _null_ _null_ ));
24312431
DESCR("number of decimal digits in the fractional part");
24322432
DATA(insert OID = 1740 ( numericPGNSP PGUID 12 1 0 0 0 f f f t f i s 1 0 1700 "23" _null_ _null_ _null_ _null_ _null_ int4_numeric _null_ _null_ _null_ ));
24332433
DESCR("convert int4 to numeric");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp