8000 Rebase to master - made changes to initdb succcesssfully · gurjeet/postgres@447e5e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 447e5e3

Browse files
committed
Rebase to master - made changes to initdb succcesssfully
1 parent 0ac83a7 commit 447e5e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/include/catalog/pg_authid.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ CATALOG(pg_authid,1260,AuthIdRelationId) BKI_SHARED_RELATION BKI_ROWTYPE_OID(284
5454
*/
5555
typedef FormData_pg_authid *Form_pg_authid;
5656

57-
DECLARE_TOAST_WITH_MACRO(pg_authid, 4175, 4176, PgAuthidToastTable, PgAuthidToastIndex);
58-
5957
DECLARE_UNIQUE_INDEX(pg_authid_rolname_index, 2676, AuthIdRolnameIndexId, pg_authid, btree(rolname name_ops));
6058
DECLARE_UNIQUE_INDEX_PKEY(pg_authid_oid_index, 2677, AuthIdOidIndexId, pg_authid, btree(oid oid_ops));
6159

0 commit comments

Comments
 (0)
0