pg_publication repetitious code
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Pg Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-12-20T20:10:17Z
Lists: pgsql-hackers
Attachments
- pub-dry.patch (text/x-diff) patch
This very small patch removes some duplicated code in pg_publication. -- Álvaro Herrera http://www.linkedin.com/in/alvherre
Commits
-
GetPublicationByName: Don't repeat ourselves
- 0fd8cfb20d2d 13.0 landed