mirror of
https://github.com/postgres/postgres.git
synced 2026-02-25 19:02:00 -05:00
For reasons of sheer brain fade, we (I) was calling systable_endscan() immediately after systable_getnext() and expecting the tuple returned by systable_getnext() to still be valid. That's clearly wrong. Move the systable_endscan() down below the tuple usage. Discovered initially by Pavel Stehule and then also by Alvaro. Add a regression test based on Alvaro's testing.
5 lines
104 B
Text
5 lines
104 B
Text
comment = 'test_ext6'
|
|
default_version = '1.0'
|
|
relocatable = false
|
|
superuser = true
|
|
schema = 'test_ext6'
|