diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-04-29 21:56:27 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-04-29 21:56:27 -0400 |
commit | d86e9e21058cfd53f0b6a3cabee68446aa255775 (patch) | |
tree | 5d5ea487982ebb456d2b46154129b2b897aace9f /src/backend/access/transam/xlog.c | |
parent | 217d8f3a19aeae6a221c61487f1758a53dda31c8 (diff) | |
download | postgresql-d86e9e21058cfd53f0b6a3cabee68446aa255775.tar.gz postgresql-d86e9e21058cfd53f0b6a3cabee68446aa255775.zip |
Fix bogus list-iteration code in pg_regress.c, affecting ecpg tests only.
While looking at a recent buildfarm failure in the ecpg tests, I wondered
why the pg_regress output claimed the stderr part of the test failed, when
the regression diffs were clearly for the stdout part. Looking into it,
the reason is that pg_regress.c's logic for iterating over three parallel
lists is wrong, and has been wrong since it was written: it advances the
"tag" pointer at a different place in the loop than the other two pointers.
Fix that.
Diffstat (limited to 'src/backend/access/transam/xlog.c')
0 files changed, 0 insertions, 0 deletions