forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteae7fe4
committed
Remove direct call to GetNewObjectId() for pg_auth_members.oid
This routine should not be called directly as mentioned at its top, soreplace it by GetNewOidWithIndex(). Issue introduced by6566133 whenpg_auth_members.oid got added, so no backpatch is needed.Author: Maciek SakrejdaDiscussion:https://postgr.es/m/CAOtHd0Ckbih7Ur7XeVyLAJ26VZOfTNcq9qV403bNF4uTGtAN+Q@mail.gmail.com1 parentb8c0ffb commiteae7fe4
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1850 | 1850 |
| |
1851 | 1851 |
| |
1852 | 1852 |
| |
1853 |
| - | |
| 1853 | + | |
| 1854 | + | |
1854 | 1855 |
| |
1855 | 1856 |
| |
1856 | 1857 |
| |
|
0 commit comments
Comments
(0)