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

Commiteacb22e

Browse files
committed
Fix duplicate OIDs introduced by SECURITY LABEL patch.
Report by Shigeru Hanada.
1 parent62b6aaa commiteacb22e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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_NO201009271
56+
#defineCATALOG_VERSION_NO201009281
5757

5858
#endif

‎src/include/catalog/indexing.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ DECLARE_UNIQUE_INDEX(pg_default_acl_oid_index, 828, on pg_default_acl using btre
281281
DECLARE_UNIQUE_INDEX(pg_db_role_setting_databaseid_rol_index,2965,onpg_db_role_settingusingbtree(setdatabaseoid_ops,setroleoid_ops));
282282
#defineDbRoleSettingDatidRolidIndexId2965
283283

284-
DECLARE_UNIQUE_INDEX(pg_seclabel_object_index,3038,onpg_seclabelusingbtree(objoidoid_ops,classoidoid_ops,objsubidint4_ops,providertext_ops));
285-
#defineSecLabelObjectIndexId3038
284+
DECLARE_UNIQUE_INDEX(pg_seclabel_object_index,3597,onpg_seclabelusingbtree(objoidoid_ops,classoidoid_ops,objsubidint4_ops,providertext_ops));
285+
#defineSecLabelObjectIndexId3597
286286

287287
/* last step of initialization script: build the indexes declared above */
288288
BUILD_INDICES

‎src/include/catalog/pg_seclabel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
*typedef struct FormData_pg_seclabel
1919
* ----------------
2020
*/
21-
#defineSecLabelRelationId3037
21+
#defineSecLabelRelationId3596
2222

23-
CATALOG(pg_seclabel,3037)BKI_WITHOUT_OIDS
23+
CATALOG(pg_seclabel,3596)BKI_WITHOUT_OIDS
2424
{
2525
Oidobjoid;/* OID of the object itself */
2626
Oidclassoid;/* OID of table containing the object */

‎src/include/catalog/toasting.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ DECLARE_TOAST(pg_constraint, 2832, 2833);
4545
DECLARE_TOAST(pg_description,2834,2835);
4646
DECLARE_TOAST(pg_proc,2836,2837);
4747
DECLARE_TOAST(pg_rewrite,2838,2839);
48-
DECLARE_TOAST(pg_seclabel,3039,3040);
48+
DECLARE_TOAST(pg_seclabel,3598,3599);
4949
DECLARE_TOAST(pg_statistic,2840,2841);
5050
DECLARE_TOAST(pg_trigger,2336,2337);
5151

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp