mirror of
https://github.com/postgres/postgres.git
synced 2026-07-16 23:05:04 -04:00
Generic tags allow sublists, e.g. MERGE_JOIN((x y)), but simple tags do not, e.g. SEQ_SCAN(x) is valid but SEQ_SCAN((x)) is not. DO_NOT_SCAN was intended to be simple tag, but was accidentally implemented as a generic one. This could result in assertion failures. Repair. Reported-by: Nikita Kalinin <n.kalinin@postgrespro.ru> Analyzed-by: Tender Wang <tndrwang@gmail.com> Analyzed-by: Ayush Tiwari <ayushtiwari.slg01@gmail.com> Discussion: http://postgr.es/m/19493-5878eac7a2525c23@postgresql.org |
||
|---|---|---|
| .. | ||
| alternatives.out | ||
| gather.out | ||
| join_order.out | ||
| join_strategy.out | ||
| partitionwise.out | ||
| prepared.out | ||
| scan.out | ||
| semijoin.out | ||
| syntax.out | ||