pgsql: Remove new XML test cases added by e7192486d.

2024-07-09 Thread Tom Lane
Remove new XML test cases added by e7192486d. These turn out to produce libxml2-version-dependent error reports. They aren't adding value that would justify dealing with that, so just remove them again. (I had in fact guessed wrong about what versions matching xml_2.out would produce, but it does

pgsql: Remove new .

2023-04-23 Thread Noah Misch
Remove new . Just intagg is obsolete, and having a one-entry list gives undue weight. Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/244ab8c00c427d35901a6f1eb97e4e22b2916e7e Modified Files -

pgsql: Remove new locale dependency in regproc regression test.

2022-12-27 Thread Tom Lane
Remove new locale dependency in regproc regression test. The modified error message for regcollationin failure includes the database encoding, which it should've occurred to me is a portability hazard for the regression tests. Adjust the test so the expected output doesn't include that. In passi

pgsql: Remove new structure member from ResultRelInfo.

2022-12-07 Thread Etsuro Fujita
Remove new structure member from ResultRelInfo. In commit ffbb7e65a, I added a ModifyTableState member to ResultRelInfo to save the owning ModifyTableState for use by nodeModifyTable.c when performing batch inserts, but as pointed out by Tom Lane, that changed the array stride of es_result_relatio

pgsql: Remove new structure member from ResultRelInfo.

2022-12-07 Thread Etsuro Fujita
Remove new structure member from ResultRelInfo. In commit ffbb7e65a, I added a ModifyTableState member to ResultRelInfo to save the owning ModifyTableState for use by nodeModifyTable.c when performing batch inserts, but as pointed out by Tom Lane, that changed the array stride of es_result_relatio

pgsql: Remove new structure member from ResultRelInfo.

2022-12-07 Thread Etsuro Fujita
Remove new structure member from ResultRelInfo. In commit ffbb7e65a, I added a ModifyTableState member to ResultRelInfo to save the owning ModifyTableState for use by nodeModifyTable.c when performing batch inserts, but as pointed out by Tom Lane, that changed the array stride of es_result_relatio