Trivial heap_finish_speculative() error message inaccuracy

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Trivial heap_finish_speculative() error message inaccuracy
Date: 2015-11-04 02:45:36
Message-ID: CAM3SWZT8paz=usgMVHm0XOETkQvzjRtAUthATnmaHQQY0obnGw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

While auditing the access method code associated with ON CONFLICT DO
UPDATE's speculative insertion infrastructure, I noticed an
inaccuracy.

Attached patch fixes the trivial inaccuracy in a defensive elog()
call. Quite simply, this call site didn't get the memo when we renamed
that function during the late stages of development.

--
Peter Geoghegan

Attachment Content-Type Size
heap_finish_speculative_error.patch text/x-patch 538 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2015-11-04 02:54:46 Re: RFC/WIP: adding new configuration options to TOAST
Previous Message Jeff Janes 2015-11-04 02:34:39 Re: RFC/WIP: adding new configuration options to TOAST