Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1j49o7-0000wa-1k for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 18 Feb 2020 20:49:27 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1j49o5-0005ed-SR for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 18 Feb 2020 20:49:25 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1j49o5-0005eW-IE for pgsql-pkg-debian@lists.postgresql.org; Tue, 18 Feb 2020 20:49:25 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j49o2-0003tr-Ss for pgsql-pkg-debian@postgresql.org; Tue, 18 Feb 2020 20:49:24 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1476:ff00:76e5:bff:fef3:7e00]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 48MXym5Xc5z3DxK; Tue, 18 Feb 2020 21:49:20 +0100 (CET) Date: Tue, 18 Feb 2020 21:49:20 +0100 From: Christoph Berg To: Alejandro Grinberg Cc: pgsql-pkg-debian@postgresql.org Subject: Re: Bug on postgresql-server-dev-11 Message-ID: <20200218204920.GA638342@msg.df7cb.de> Mail-Followup-To: Christoph Berg , Alejandro Grinberg , pgsql-pkg-debian@postgresql.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: Alejandro Grinberg 2020-02-18 > With version 11.7-1.pgdg90+1 (released on 2020-Feb-13), when executing > "pg_config --pgxs", i got > > */usr/lib/postgresql/12/lib/pgxs/src/makefiles/pgxs.mk * Do you have postgresql-server-dev-12 installed? You are supposed to call pg_config with full path if you rely on a specific version. make USE_PGXS=1 PG_CONFIG=/usr/lib/postgresql/11/bin/pg_config Christoph