Apply suggestions from code review

Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
pull/7587/head
Gürkan İndibay 2024-04-22 13:43:19 +03:00 committed by GitHub
parent 08c54784ec
commit 000bc09c88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@
reference tables, when a modify request is initiated from a worker
node that is not the "FirstWorkerNode" (#7542)
* Fixes performance issue when distributing a table that depends on an
* Fixes a performance issue when distributing a table that depends on an
extension (#7574)
* Fixes performance issue when using "\d tablename" on a server with
* Fixes a performance issue when using "\d tablename" on a server with
many tables (#7577)
* Fixes a crash caused by some form of ALTER TABLE ADD COLUMN