Skip to content

Commit

Permalink
Remove calls to tuplestore_donestoring(), now obsolete.
Browse files Browse the repository at this point in the history
These macros have been removed by commit 75680c3d in PG17-dev.
  • Loading branch information
dverite committed Feb 5, 2024
1 parent 9f55f25 commit 7e62fc3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions icu_ext.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ icu_collation_attributes(PG_FUNCTION_ARGS)
tuplestore_putvalues(tupstore, tupdesc, values, nulls);
}

tuplestore_donestoring(tupstore);
ucol_close(collator);

return (Datum) 0;
Expand Down Expand Up @@ -569,7 +568,6 @@ icu_locales_list(PG_FUNCTION_ARGS)
tuplestore_putvalues(tupstore, tupdesc, values, nulls);
}

tuplestore_donestoring(tupstore);
return (Datum) 0;
}

Expand Down Expand Up @@ -1007,7 +1005,6 @@ icu_unicode_blocks(PG_FUNCTION_ARGS)
/* else nblock is out of range */
}

tuplestore_donestoring(tupstore);
return (Datum) 0;
}

Expand Down

0 comments on commit 7e62fc3

Please sign in to comment.