Re: RemoveSubscriptionRel uses simple_heap_delete

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: RemoveSubscriptionRel uses simple_heap_delete
Date: 2017-06-14 13:44:47
Message-ID: 29885.1497447887@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com> writes:
> Currently $subject but should we use CatalogTupleDelete() instead?
> It's actually the same behavior though. Other functions use
> CatalogTupleXXX(). Attached patch.

Yeah, evidently that patch failed to track the effects of commits
2f5c9d9c9 et al, since it wasn't in-tree yet. Poking around, at
least statscmds.c has got the same disease.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Surafel Temesgen 2017-06-14 14:05:09 Re: Disallowing multiple queries per PQexec()
Previous Message Aleksander Alekseev 2017-06-14 13:13:57 Re: WIP: Data at rest encryption