Re: [Proposal] Global temporary tables
Erik Rijkers <er@xs4all.nl>
From: Erik Rijkers <er@xs4all.nl>
To: 曾文旌 <wenjing.zwj@alibaba-inc.com>
Cc: Pavel Stehule <pavel.stehule@gmail.com>, Robert Haas <robertmhaas@gmail.com>, Prabhat Sahu <prabhat.sahu@enterprisedb.com>, tushar <tushar.ahuja@enterprisedb.com>, Tomas Vondra <tomas.vondra@2ndquadrant.com>, Konstantin Knizhnik <k.knizhnik@postgrespro.ru>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, 蔡松露(子嘉) <zijia@taobao.com>, "Cai, Le" <le.cai@alibaba-inc.com>, 萧少聪(铁庵) <shaocong.xsc@alibaba-inc.com>
Date: 2020-04-09T13:38:16Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
PageAddItemExtended(): Add LP_UNUSED assertion.
- 30aaab26e521 14.0 cited
-
Remove temporary files after backend crash
- cd91de0d1795 14.0 cited
-
Fix comment in indexing.c
- 9fd2952cf492 14.0 cited
-
Fix failure to ignore leftover temp tables after a server crash.
- 6919b7e32947 9.3.0 cited
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