forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit20ead0c
Fix mistake inbbe08b8.
The earlier commit used pg_class.relfilenode where it should haveused pg_class.oid. This could lead to emitting an UPDATE statementinto the dump that would update nothing (or the wrong thing) whenexecuted in the new cluster, resulting in relfrozenxid andrelminmxid being improperly carried forward for pg_largeobject.Noticed by Dilip Kumar.Discussion:http://postgr.es/m/CAFiTN-ty1Gzs6stk2vt9BJiq0m0hzf=aPnh3a-4Z3Tk5GzoENw@mail.gmail.com1 parent13cff28 commit20ead0c
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3180 | 3180 |
| |
3181 | 3181 |
| |
3182 | 3182 |
| |
3183 |
| - | |
| 3183 | + | |
3184 | 3184 |
| |
3185 | 3185 |
| |
3186 | 3186 |
| |
|
0 commit comments
Comments
(0)