Improve comment in function GetPublicationRelations
Shlok Kyal <shlok.kyal.oss@gmail.com>
From: Shlok Kyal <shlok.kyal.oss@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-12-10T11:15:53Z
Lists: pgsql-hackers
Attachments
- v1-0001-Improve-comment-in-function-GetPublicationRelatio.patch (application/octet-stream)
Hi, While working on the thread [1], we found that the comment in the function GetPublicationRelations is not correct. This function gets the list of relations associated with the publication, but the comment says the opposite : /* Find all publications associated with the relation. */ Attached a patch to fix it. [1]: https://www.postgresql.org/message-id/CANhcyEV_EVi5cgJ6WPvmeVAqjCS7Of%2BVAWuRHZtsVf8PQb_z7g%40mail.gmail.com Thanks, Shlok Kyal