diff options
author | Tom Lane | 2022-05-09 18:15:37 +0000 |
---|---|---|
committer | Tom Lane | 2022-05-09 18:15:37 +0000 |
commit | 91a3a74c65f4094420b28c393ac1d38af8ae4c4a (patch) | |
tree | ad9de71a94f9301ba56f36a18d2d750d7b2a47cb /configure | |
parent | 7f0754bc4c0a0abadcbe02e886e31305c37a7053 (diff) |
Fix core dump in transformValuesClause when there are no columns.
The parser code that transformed VALUES from row-oriented to
column-oriented lists failed if there were zero columns.
You can't write that straightforwardly (though probably you
should be able to), but the case can be reached by expanding
a "tab.*" reference to a zero-column table.
Per bug #17477 from Wang Ke. Back-patch to all supported branches.
Discussion: https://postgr.es/m/17477-0af3c6ac6b0a6ae0@postgresql.org
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions