Fix vicinity of tuple_insert to use uint32, not int, for options

Oversight in commit 1bd6f22f43ac: I was way too optimistic about the
compiler letting me know what variables needed to be updated, and missed
a few of them.  Clean it up.

Author: Álvaro Herrera <[email protected]>
Reported-by: Chao Li <[email protected]>
Discussion: https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ec2f81766ad72d3ff4c45400f30d2670589aec11

Modified Files
--------------
src/backend/access/common/toast_internals.c | 2 +-
src/backend/access/heap/heaptoast.c         | 2 +-
src/backend/access/heap/hio.c               | 2 +-
src/backend/access/heap/rewriteheap.c       | 2 +-
src/backend/access/table/toast_helper.c     | 2 +-
src/backend/commands/copyfrom.c             | 8 ++++----
src/backend/commands/createas.c             | 2 +-
src/backend/commands/matview.c              | 2 +-
src/backend/commands/tablecmds.c            | 8 ++++----
src/include/access/heaptoast.h              | 2 +-
src/include/access/hio.h                    | 2 +-
src/include/access/toast_helper.h           | 2 +-
src/include/access/toast_internals.h        | 2 +-
13 files changed, 19 insertions(+), 19 deletions(-)

Reply via email to