Re: BUG #15672: PostgreSQL 11.1/11.2 crashed after dropping a partition table
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
Amit Langote <amitlangote09@gmail.com>,
Michael Paquier <michael@paquier.xyz>, jianingy.yang@gmail.com,
PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2019-04-26T21:21:46Z
Lists: pgsql-bugs, pgsql-hackers
I went ahead and pushed the stopgap patches, along with regression tests based on yours. The tests show the current (i.e. wrong) behavior for index comment and relfilenode reuse. I think that whenever we fix that, we can just adjust the expected output instead of adding more tests. regards, tom lane
Commits
-
Apply stopgap fix for bug #15672.
- c01eb619a83a 12.0 landed
- 02c359eeda50 11.3 landed