Apply suggestions from code review

Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>
pull/7587/head
Gürkan İndibay 2024-04-22 13:34:27 +03:00 committed by GitHub
parent 225da3cdd0
commit 08c54784ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -21,14 +21,14 @@
* Fixes a performance issue when creating distributed tables if many * Fixes a performance issue when creating distributed tables if many
already exist (#7575, #7579) already exist (#7575, #7579)
* Fixes bug when hostname in pg_dist_node resolves to multiple IPs * Fixes a bug when hostname in pg_dist_node resolves to multiple IPs
(#7377) (#7377)
* Fixes performance issue in when tracking foreign key constraints on * Fixes performance issue when tracking foreign key constraints on
systems with many constraints (#7578) systems with many constraints (#7578)
* Fixes segmentation fault when using CASE WHEN in DO block functions * Fixes segmentation fault when using CASE WHEN in DO block within
(#7554) functions. (#7554)
* Fixes undefined behavior in master_disable_node due to argument * Fixes undefined behavior in master_disable_node due to argument
mismatch (#7492) mismatch (#7492)