summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorAndres Freund2018-09-25 22:59:46 +0000
committerAndres Freund2018-09-25 22:59:46 +0000
commita598708ffa8eb72a22eeee4e6f30bc26e4984acd (patch)
tree7b3bd39e34505898e78ff9275260cf81078c5305 /src/backend/executor/nodeModifyTable.c
parent5913b9bbf351b421141b300e37752e9ab8d85163 (diff)
Change TupleTableSlot->tts_nvalid to type AttrNumber.
Previously it was an int / 4 bytes. The maximum number of attributes in a tuple is restricted by the maximum value Var->varattno, which is an AttrNumber/int16. Hence use the same data type for TupleTableSlot->tts_nvalid. Author: Ashutosh Bapat Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions