Re: SerializeParamList vs machines with strict alignment - Mailing list pgsql-hackers

From Tom Lane
Subject Re: SerializeParamList vs machines with strict alignment
Date
Msg-id 14314.1538455069@sss.pgh.pa.us
Whole thread Raw
In response to Re: SerializeParamList vs machines with strict alignment  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: SerializeParamList vs machines with strict alignment  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
Amit Kapila <amit.kapila16@gmail.com> writes:
> On Tue, Oct 2, 2018 at 9:38 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> (But it might be worth choosing slightly less
>> generic object names, to avoid a conflict against other sub-tests
>> later in that script.)

> The function name and statement name seems okay to me.  How about
> changing the table name to fooarr or arrtest?

Up to you.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [WIP PATCH] Index scan offset optimisation using visibility map
Next
From: Michael Paquier
Date:
Subject: Re: [PATCH] Add missing type conversion functions for PL/Python