diff options
author | Kris Jurka <books@ejurka.com> | 2004-09-13 07:14:26 +0000 |
---|---|---|
committer | Kris Jurka <books@ejurka.com> | 2004-09-13 07:14:26 +0000 |
commit | 5e8046cbc94ca20672b8d1d8dc30d56dcfdbd7ba (patch) | |
tree | ea7fa339b441f103ba247026f53c86ac54a602b9 /src/backend/tcop/postgres.c | |
parent | 6090b70acefb5b111f88449739f43892de59f8cd (diff) | |
download | postgresql-5e8046cbc94ca20672b8d1d8dc30d56dcfdbd7ba.tar.gz postgresql-5e8046cbc94ca20672b8d1d8dc30d56dcfdbd7ba.zip |
ResultSet.moveToCurrentRow was checking the cached updateability flag
assuming it had been set instead of correctly calling the
isUpdateable() method which sets the flag if needed. This usually
worked because moveToCurrentRow is only useful after a
moveToInsertRow call which would set the flag, but this is not
required.
David Bucciarelli
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions