diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-09-22 14:21:07 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-09-22 14:21:07 -0400 |
commit | 0a2f894c3c88e4693d7cd36cba1b136474c7ff89 (patch) | |
tree | a42a6700dd499986fbd415b4bd35b79c6ffab4f3 /src/backend/access/transam/xlog.c | |
parent | 51004c7172b5c35afac050f4d5849839a06e8d3b (diff) | |
download | postgresql-0a2f894c3c88e4693d7cd36cba1b136474c7ff89.tar.gz postgresql-0a2f894c3c88e4693d7cd36cba1b136474c7ff89.zip |
Fix typo in tts_virtual_copyslot.
The code used the destination slot's natts where it intended to
use the source slot's natts. Adding an Assert shows that there
is no case in "make check-world" where these counts are different,
so maybe this is a harmless bug, but it's still a bug.
Takayuki Tsunakawa
Discussion: https://postgr.es/m/0A3221C70F24FB45833433255569204D1FD34C0E@G01JPEXMBYT05
Diffstat (limited to 'src/backend/access/transam/xlog.c')
0 files changed, 0 insertions, 0 deletions