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