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

Commiteafff84

Browse files
tglsfdcpull[bot]
authored andcommitted
Do pre-release housekeeping on catalog data.
Run renumber_oids.pl to move high-numbered OIDs down, as per pre-betatasks specified by RELEASE_CHANGES. For reference, the command was./renumber_oids.pl --first-mapped-oid 8000 --target-oid 6200
1 parentf0d5294 commiteafff84

File tree

4 files changed

+56
-56
lines changed

4 files changed

+56
-56
lines changed

‎src/include/catalog/catversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
*/
5858

5959
/*yyyymmddN */
60-
#defineCATALOG_VERSION_NO202305173
60+
#defineCATALOG_VERSION_NO202305191
6161

6262
#endif

‎src/include/catalog/pg_auth_members.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ CATALOG(pg_auth_members,1261,AuthMemRelationId) BKI_SHARED_RELATION BKI_ROWTYPE_
4545
*/
4646
typedefFormData_pg_auth_members*Form_pg_auth_members;
4747

48-
DECLARE_UNIQUE_INDEX_PKEY(pg_auth_members_oid_index,9385,AuthMemOidIndexId,onpg_auth_membersusingbtree(oidoid_ops));
48+
DECLARE_UNIQUE_INDEX_PKEY(pg_auth_members_oid_index,6303,AuthMemOidIndexId,onpg_auth_membersusingbtree(oidoid_ops));
4949
DECLARE_UNIQUE_INDEX(pg_auth_members_role_member_index,2694,AuthMemRoleMemIndexId,onpg_auth_membersusingbtree(roleidoid_ops,memberoid_ops,grantoroid_ops));
5050
DECLARE_UNIQUE_INDEX(pg_auth_members_member_role_index,2695,AuthMemMemRoleIndexId,onpg_auth_membersusingbtree(memberoid_ops,roleidoid_ops,grantoroid_ops));
51-
DECLARE_INDEX(pg_auth_members_grantor_index,9384,AuthMemGrantorIndexId,onpg_auth_membersusingbtree(grantoroid_ops));
51+
DECLARE_INDEX(pg_auth_members_grantor_index,6302,AuthMemGrantorIndexId,onpg_auth_membersusingbtree(grantoroid_ops));
5252

5353
#endif/* PG_AUTH_MEMBERS_H */

‎src/include/catalog/pg_authid.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
rolcreaterole => 'f', rolcreatedb => 'f', rolcanlogin => 'f',
9595
rolreplication => 'f', rolbypassrls => 'f', rolconnlimit => '-1',
9696
rolpassword => '_null_', rolvaliduntil => '_null_' },
97-
{ oid => '9535', oid_symbol => 'ROLE_PG_CREATE_SUBSCRIPTION',
97+
{ oid => '6304', oid_symbol => 'ROLE_PG_CREATE_SUBSCRIPTION',
9898
rolname => 'pg_create_subscription', rolsuper => 'f', rolinherit => 't',
9999
rolcreaterole => 'f', rolcreatedb => 'f', rolcanlogin => 'f',
100100
rolreplication => 'f', rolbypassrls => 'f', rolconnlimit => '-1',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp