Re: Missing cases from SPI_result_code_string() - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Missing cases from SPI_result_code_string()
Date
Msg-id 3638945.1676921999@sss.pgh.pa.us
Whole thread Raw
In response to Missing cases from SPI_result_code_string()  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Responses Re: Missing cases from SPI_result_code_string()
List pgsql-hackers
Dean Rasheed <dean.a.rasheed@gmail.com> writes:
> Another one noticed from the MERGE RETURNING patch -- the switch
> statement in SPI_result_code_string() is missing cases for
> SPI_OK_TD_REGISTER and SPI_OK_MERGE.

Ugh.  Grepping around, it looks like pltcl_process_SPI_result
is missing a case for SPI_OK_MERGE as well.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: meson: Non-feature feature options
Next
From: Jeff Davis
Date:
Subject: Re: Move defaults toward ICU in 16?