Apply suggestions from code review

Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>
pull/7498/head
Gürkan İndibay 2024-02-13 16:43:50 +03:00 committed by GitHub
parent dff6c217a4
commit 3512508d20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
### citus v12.0.1 (July 11, 2023) ###
* Changes PROCESS_TOAST default value to true (#7122)
* Fixes incorrect default value assumption for VACUUM(PROCESS_TOAST) #7122)
* Fixes a bug that causes an unexpected error when adding a column
with a NULL constraint (#7093)
@ -15,7 +15,7 @@
* Fixes the incorrect column count after ALTER TABLE (#7379)
* Improves citus_tables view performance (#7018)
* Improves citus_tables view performance (#7050)
* Makes sure to disallow creating a replicated distributed table
concurrently (#7219)