RemoveSubscriptionRel uses simple_heap_delete
Masahiko Sawada <sawada.mshk@gmail.com>
From: Masahiko Sawada <sawada.mshk@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-06-14T06:54:08Z
Lists: pgsql-hackers
Attachments
- change_to_use_CatalogTupleDelete.patch (application/octet-stream) patch
Hi, Currently $subject but should we use CatalogTupleDelete() instead? It's actually the same behavior though. Other functions use CatalogTupleXXX(). Attached patch. Regards, -- Masahiko Sawada NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center
Commits
-
Fix violations of CatalogTupleInsert/Update/Delete abstraction.
- a571c7f661a7 10.0 landed