RemoveSubscriptionRel uses simple_heap_delete

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: RemoveSubscriptionRel uses simple_heap_delete
Date: 2017-06-14 06:54:08
Message-ID: CAD21AoDOPRSVcwbnCN3Y1n_68ATyTspsU6=ygtHz_uY0VcdZ8A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
change_to_use_CatalogTupleDelete.patch application/octet-stream 515 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marina Polyakova 2017-06-14 08:48:25 WIP Patch: Pgbench Serialization and deadlock errors
Previous Message Yugo Nagata 2017-06-14 05:59:22 improve release-note for pg_current_logfile()