Commits on Source (12)
-
This verifies that all Postgres functions implemented in C reference current libhfm.
-
-
-
This checks that no user table has reference to haf sql type. Such column would be dropped during upgrade, so the update script refuses to continue when it is found.
-
This makes the same check as check_tables_dont_reference_haf_types, but for domains.
-
-
-
Dan Notestein authored
-
in CMake
-
Bartek Wrona authored
sink_id function definitions moved into separate source file to apply their definitions also on upgrade.
-
Bartek Wrona authored
-
Bartek Wrona authored
Showing
- hive 1 addition, 1 deletionhive
- src/hive_fork_manager/CMakeLists.txt 4 additions, 3 deletionssrc/hive_fork_manager/CMakeLists.txt
- src/hive_fork_manager/context_rewind/data_schema.sql 0 additions, 33 deletionssrc/hive_fork_manager/context_rewind/data_schema.sql
- src/hive_fork_manager/context_rewind/sink_id_functions.sql 32 additions, 0 deletionssrc/hive_fork_manager/context_rewind/sink_id_functions.sql
- src/hive_fork_manager/get_keyauths.sql 1 addition, 0 deletionssrc/hive_fork_manager/get_keyauths.sql
- src/hive_fork_manager/get_metadata.sql 2 additions, 0 deletionssrc/hive_fork_manager/get_metadata.sql
- src/hive_fork_manager/hive_fork_manager_update_script_generator.sh.in 56 additions, 16 deletions...k_manager/hive_fork_manager_update_script_generator.sh.in
- src/sql_serializer/sql_serializer.cpp 1 addition, 1 deletionsrc/sql_serializer/sql_serializer.cpp
- tests/integration/functional/hive_fork_manager/CMakeLists.txt 5 additions, 0 deletions...s/integration/functional/hive_fork_manager/CMakeLists.txt
- tests/integration/functional/hive_fork_manager/test_update_script.sh 94 additions, 0 deletions...ration/functional/hive_fork_manager/test_update_script.sh