Changelog entries for 12.1.0 - #7194
Conversation
|
I added the following changelog items for PG16 - basically one entry for PG16RC1 support, and separate entries for PG16 new features that are supported/propagated in Citus: Önder Kalacı (@onderkalaci) do you agree on these entries? I am wondering if the main entry should be |
| * Fixes PROCESS_TOAST default value to true (#7122) | ||
|
|
||
| PR #7081 : Improvise MERGE ON clause datatype mismatch error for brevity. | ||
| * Provide better error messaging for MERGE ON clause, datatype mismatc (todo: Teja) |
There was a problem hiding this comment.
The above line 44 looks good to me
Codecov Report
@@ Coverage Diff @@
## main #7194 +/- ##
==========================================
- Coverage 93.22% 93.21% -0.01%
==========================================
Files 274 274
Lines 59435 59435
==========================================
- Hits 55407 55403 -4
- Misses 4028 4032 +4 |
Onur Tirtir (onurctirtir)
left a comment
There was a problem hiding this comment.
I pushed my suggested changes to the same branch.
Before merging, can we come up with a more user facing description instead of this?:
- Adds citus_truncate_trigger to Citus foreign tables (#7170)
makes sense to me |
| * Add `citus_schema_move()` function which moves tables within a | ||
| distributed schema to another node (#7180) | ||
|
|
||
| * Adds `citus_pause_node()` UDF that allows pausing the node with given id |
There was a problem hiding this comment.
ops, the name of the UDF is citus_pause_node_within_txn, we should fix the changelog: https://github.com/citusdata/citus/pull/7089/files#diff-3b79898c97cb0fb3169790554076d0c3ced79f6c9e0dfc2b37103fd7f0aba8ffR1383
Co-authored-by: naisila <nicypp@gmail.com> Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>
No description provided.