Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ age_sql = age--1.7.0.sql
# 4. Temporarily installs the synthetic files into the PG extension directory
# so that CREATE EXTENSION age VERSION '<INIT>' and ALTER EXTENSION
# age UPDATE TO '<CURR>' can find them.
# 5. The age_upgrade regression test exercises the full upgrade path: install
# at INIT, create data, ALTER EXTENSION UPDATE to CURR, verify data.
# 5. The age_upgrade regression test snapshots the ag_catalog schema from
# a fresh install, then installs at INIT, upgrades to CURR, and compares
# the catalog (pg_proc, pg_class) to detect missing or extra objects.
# 6. The test SQL cleans up the synthetic files via a generated shell script.
#
# This forces developers to keep the upgrade template in sync: any SQL object
Expand Down
Loading
Loading