Re: [Proposal] Global temporary tables - Mailing list pgsql-hackers

From Erik Rijkers
Subject Re: [Proposal] Global temporary tables
Date
Msg-id 4ae0ce34afa68c6bf88b422adf26940b@xs4all.nl
Whole thread Raw
In response to Re: [Proposal] Global temporary tables  (曾文旌 <wenjing.zwj@alibaba-inc.com>)
List pgsql-hackers
On 2020-04-09 15:28, 曾文旌 wrote:
> [global_temporary_table_v25-pg13.patch]

> Part of the problem is that some variables are only used by assert 
> statements, and I fixed those alarms.
> Please provide your configue parameter, and I will verify it again.


Hi,

Just now I compiled the newer version of your patch (v25), and the 
warnings/notes that I saw earlier, are now gone. Thank you.


In case you still want it here is the configure:

-- [2020.04.09 15:06:45 global_temp_tables/1] ./configure  
--prefix=/home/aardvark/pg_stuff/pg_installations/pgsql.global_temp_tables 
--bindir=/home/aardvark/pg_stuff/pg_installations/pgsql.global_temp_tables/bin.fast 
--libdir=/home/aardvark/pg_stuff/pg_installations/pgsql.global_temp_tables/lib.fast 
--with-pgport=6975 --quiet --enable-depend --with-openssl --with-perl 
--with-libxml --with-libxslt --with-zlib  --enable-tap-tests  
--with-extra-version=_0409

-- [2020.04.09 15:07:13 global_temp_tables/1] make core: make --quiet -j 
4
partbounds.c: In function ‘partition_bounds_merge’:
partbounds.c:1024:21: warning: unused variable ‘inner_binfo’ 
[-Wunused-variable]
  1024 |  PartitionBoundInfo inner_binfo = inner_rel->boundinfo;
       |                     ^~~~~~~~~~~
All of PostgreSQL successfully made. Ready to install.


Thanks,

Erik Rijkers








pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] make async slave to wait for lsn to be replayed
Next
From: Tom Lane
Date:
Subject: Re: DETACH PARTITION and FOR EACH ROW triggers on partitioned tables