You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: allow toast relopt inheritance from template (#850)
* fix: allow toast relopt inheritance from template
* update source sql file
* fix wrong variable name. add unit test for relopt inheritance
* update test count for new tests
* adjust relopt test per suggestion
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
5.4.3
2
+
=====
3
+
NEW FEATURES
4
+
------------
5
+
- Inherit the toast table relation options from the template table
6
+
7
+
BUGFIXES
8
+
--------
9
+
- Version 5.4.2 did not include the proper pg_partman version in the extension control file. If you already had version 5.4.1 installed, then it would not update properly to version 5.4.2. The changes for version 5.4.2 have also been included in the update file for 5.4.3 to ensure they are properly applied in this case. If you installed version 5.4.2 from scratch, PostgreSQL would report that version 5.4.1 was installed even though the extension code for 5.4.2 was properly installed. Installing version 5.4.3 should resolve all issues around this bug.
0 commit comments