gpdb icon indicating copy to clipboard operation
gpdb copied to clipboard

Cherry-pick Daniel Gustafsson commit to fix tablefunc extension build

Open reshke opened this issue 3 years ago • 0 comments

The orig commit message follows:

The tablefunc contrib module lacked the upstream Makefile and test- data. Re-add the upstream files and also add an variable output rule to the regress init_file to make it build and test green.

The extra REGRESS_OPTS flag added to the Makefile can be removed once we can add a single init_file handling for all PGXS modules, but the pipeline is currently not supporting that.

Reviewed-by: Hubert Zhang

Here are some reminders before you submit the pull request

  • [x] Add tests for the change
  • [x] Document changes
  • [x] Communicate in the mailing list if needed
  • [x] Pass make installcheck
  • [x] Review a PR in return to support the community

reshke avatar Sep 21 '22 13:09 reshke