mirror of
https://github.com/postgres/postgres.git
synced 2026-03-10 10:11:28 -04:00
Two or more constants can have the same location. We handled this
correctly for non squashed constants, but failed to do it if squashed
(resulting in out-of-bounds memory access), because the code structure
became broken by commit
|
||
|---|---|---|
| .. | ||
| cleanup.sql | ||
| cursors.sql | ||
| dml.sql | ||
| entry_timestamp.sql | ||
| extended.sql | ||
| level_tracking.sql | ||
| oldextversions.sql | ||
| parallel.sql | ||
| planning.sql | ||
| privileges.sql | ||
| select.sql | ||
| squashing.sql | ||
| user_activity.sql | ||
| utility.sql | ||
| wal.sql | ||