Trivial heap_finish_speculative() error message inaccuracy - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Trivial heap_finish_speculative() error message inaccuracy
Date
Msg-id CAM3SWZT8paz=usgMVHm0XOETkQvzjRtAUthATnmaHQQY0obnGw@mail.gmail.com
Whole thread Raw
Responses Re: Trivial heap_finish_speculative() error message inaccuracy  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-hackers by date:

Previous
From: Jeff Janes
Date:
Subject: Re: RFC/WIP: adding new configuration options to TOAST
Next
From: Jim Nasby
Date:
Subject: Re: RFC/WIP: adding new configuration options to TOAST