Re: [Proposal] Global temporary tables

From: Erik Rijkers <er(at)xs4all(dot)nl>
To: 曾文旌 <wenjing(dot)zwj(at)alibaba-inc(dot)com>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Prabhat Sahu <prabhat(dot)sahu(at)enterprisedb(dot)com>, tushar <tushar(dot)ahuja(at)enterprisedb(dot)com>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Konstantin Knizhnik <k(dot)knizhnik(at)postgrespro(dot)ru>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, 蔡松露(子嘉) <zijia(at)taobao(dot)com>, "Cai, Le" <le(dot)cai(at)alibaba-inc(dot)com>, 萧少聪(铁庵) <shaocong(dot)xsc(at)alibaba-inc(dot)com>
Subject: Re: [Proposal] Global temporary tables
Date: 2020-04-09 13:38:16
Message-ID: 4ae0ce34afa68c6bf88b422adf26940b@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2020-04-09 13:46:38 Re: DETACH PARTITION and FOR EACH ROW triggers on partitioned tables
Previous Message Tom Lane 2020-04-09 13:33:41 Re: [HACKERS] make async slave to wait for lsn to be replayed