Re: POC: converting Lists into arrays - Mailing list pgsql-hackers

From Jesper Pedersen
Subject Re: POC: converting Lists into arrays
Date
Msg-id f078ce63-9e04-0f3e-d200-d7ee66279abe@redhat.com
Whole thread Raw
In response to Re: POC: converting Lists into arrays  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: POC: converting Lists into arrays  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,

On 5/25/19 11:48 AM, Tom Lane wrote:
> The cfbot noticed a set-but-not-used variable that my compiler hadn't
> whined about.  Here's a v5 to pacify it.  No other changes.
> 

This needs a rebase. After that check-world passes w/ and w/o 
-DDEBUG_LIST_MEMORY_USAGE.

There is some unneeded MemoryContext stuff in async.c's 
pg_listening_channels() which should be cleaned up.

Thanks for working on this, as the API is more explicit now about what 
is going on.

Best regards,
  Jesper



pgsql-hackers by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: Add parallelism and glibc dependent only options to reindexdb
Next
From: Surafel Temesgen
Date:
Subject: Re: FETCH FIRST clause WITH TIES option