Skip to content

Commit bb95856

Browse files
authored
Merge branch 'main' into udp2
2 parents ddc1f60 + 744d2d4 commit bb95856

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/commands/analyze.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2758,7 +2758,7 @@ process_sample_rows(Portal portal,
27582758

27592759
if (!attr->attisdropped)
27602760
{
2761-
TupleDescInitEntry(funcTupleDesc, (AttrNumber) 4 + index, "",
2761+
TupleDescInitEntry(funcTupleDesc, (AttrNumber) NUM_SAMPLE_FIXED_COLS + 1 + index, "",
27622762
typid, attr->atttypmod, attr->attndims);
27632763

27642764
index++;

0 commit comments

Comments
 (0)