diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-12-15 21:54:06 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-12-15 22:03:39 +0100 |
commit | c06d6aa4c35177655e0fd4acaca888a73c3f9845 (patch) | |
tree | 5cb31e6575a366541cdb691604bdeecc66aa703e /src/backend/executor/nodeModifyTable.c | |
parent | b3817f5f774663d55931dd4fab9c5a94a15ae7ab (diff) | |
download | postgresql-c06d6aa4c35177655e0fd4acaca888a73c3f9845.tar.gz postgresql-c06d6aa4c35177655e0fd4acaca888a73c3f9845.zip |
Clean up ancient test style
Many older tests where written in a style like
SELECT '' AS two, i.* FROM INT2_TBL
where the first column indicated the number of expected result rows.
This has gotten increasingly out of date, as the test data fixtures
have expanded, so a lot of these were wrong and misleading. Moreover,
this style isn't really necessary, since the psql output already shows
the number of result rows.
To clean this up, remove all those extra columns.
Discussion: https://www.postgresql.org/message-id/flat/1a25312b-2686-380d-3c67-7a69094a999f%40enterprisedb.com
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions