tools icon indicating copy to clipboard operation
tools copied to clipboard

Fix prepare_release.py based on the changes made in Citus repo

Open onurctirtir opened this issue 3 years ago • 0 comments

The following changes were made in Citus repo in the past two releases:

  • config.py is moved into a different directory
  • confifure.in is renamed to configure.ac
  • MASTER_VERSION string constant now uses double quotes instead of single quotes
  • Development branch is renamed to "main"
  • multi_extension.sql now needs to call some utility functions and needs to drop the temporary tables by qualifying their schemas

onurctirtir avatar Sep 16 '22 09:09 onurctirtir