Re: BUG #18363: Assert !ReindexIsProcessingIndex falsified with expression index over select from table

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: exclusion@gmail.com, pgsql-bugs@lists.postgresql.org
Date: 2024-02-25T23:04:58Z
Lists: pgsql-bugs
Michael Paquier <michael@paquier.xyz> writes:
> An index expression that calls a function doing a scan of its parent
> table is a funky case for sure, but perhaps f5a465f1a074 would have
> been better with a test?

I wasn't excited about having a test case, but feel free to
add one if you think it's worth the cycles.

			regards, tom lane



Commits

  1. Promote assertion about !ReindexIsProcessingIndex to runtime error.