On Tue, Oct 29, 2024 at 10:49 PM Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:
>
> Why remove parsePartitionStrategy? You could just add an "int location"
> parameter to it.
>
now changed to
static PartitionStrategy parsePartitionStrategy(char *strategy, int location,
core_yyscan_t yyscanner);