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

Commit2166832

Browse files
committed
Remove, from stable branches, the new assertion of no pg_dump OID sort.
Commit0decd5e recently added theassertion to confirm dump order remains independent of OID values. Theassertion remained reachable via DO_DEFAULT_ACL. Given the release wraptomorrow, make the assertion master-only.Reported-by: Alexander Lakhin <exclusion@gmail.com>Reviewed-by: Robert Haas <robertmhaas@gmail.com>Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/d32aaa8d-df7c-4f94-bcb3-4c85f02bea21@gmail.comBackpatch-through: 13-18
1 parenta3906b4 commit2166832

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/bin/pg_dump/pg_dump_sort.c‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ DOTypeNameCompare(const void *p1, const void *p2)
447447
* consequence of the test using "pg_restore -j", which doesn't fully
448448
* constrain OID assignment order.
449449
*/
450-
Assert(false);
451450
returnoidcmp(obj1->catId.oid,obj2->catId.oid);
452451
}
453452

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp