Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gEw8e-0006Qn-NL for pgsql-hackers@arkaria.postgresql.org; Tue, 23 Oct 2018 12:50:24 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gEw8d-0003AM-9I for pgsql-hackers@arkaria.postgresql.org; Tue, 23 Oct 2018 12:50:23 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gEw8d-0003A8-1d for pgsql-hackers@lists.postgresql.org; Tue, 23 Oct 2018 12:50:23 +0000 Received: from lb3-smtp-cloud8.xs4all.net ([194.109.24.29]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gEw8b-00085S-5m for pgsql-hackers@lists.postgresql.org; Tue, 23 Oct 2018 12:50:22 +0000 Received: from webmailclassic.xs4all.nl ([IPv6:2001:888:0:22:194:109:20:204]) by smtp-cloud8.xs4all.net with ESMTPA id Ew8YgJFGC0ZZEEw8YgZKqG; Tue, 23 Oct 2018 14:50:20 +0200 Received: from 2001:983:39b6:1:90df:a0f9:a98:336e by webmailclassic.xs4all.nl with HTTP (HTTP/1.1 POST); Tue, 23 Oct 2018 14:50:18 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 23 Oct 2018 14:50:18 +0200 From: Erik Rijkers To: Pavel Stehule Cc: Artur Zakirov , Dean Rasheed , Fabien COELHO , Gilles Darold , PostgreSQL Hackers Subject: Re: [HACKERS] proposal: schema variables In-Reply-To: References: <20180919112305.GA18604@zakirov.localdomain> Message-ID: <49131cb01433f0b2343031c7cccbe98e@xs4all.nl> X-Sender: er@xs4all.nl User-Agent: XS4ALL Webmail X-CMAE-Envelope: MS4wfM48OdxbxissPTn6wfwhy3sXbG8qIbGimk7Z0Off2kzXqhAkbrKkgpeNa/D5F0i+StpDKfmtiaFNGPLN+MIoUYGVhQsPJ4SmSddo0Lp+WoLwSvNI0XKm G+FGdMOWqihWI+3sUgNkGebF1qP8z0zxffJJaFqa8uIsPBf/5mT4ACxoTLKpjpxcumr80+rNJskewEnWfaDcW5+XB0YJT7pY2efa/5hiY+lyEQOdzjJQmZgL s89is6tB8w0RBjY85I29P3j2+zeV0VpMe1Vhs3mHw4jNH07Vm7+rzuhsKMjiOdo1LGS7z4vb0N1uolvsSKr+k3/H802cVKwQeC9Q6H0e9OX1iQniN++MV3eE 6BcDLXyz46Z3UiVCE6XHOBW5CbEQmSgznnX66DtOUJpIfSa5fr24tR6Y7EscEyY4s1u/fzIg List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk > [schema-variables-20181007-01.patch.gz] Hi, I tried to test your schema-variables patch but got stuck here instead (after applying succesfully on top of e6f5d1acc): make[2]: *** No rule to make target '../../../src/include/catalog/pg_variable.h', needed by 'bki-stamp'. Stop. make[1]: *** [submake-catalog-headers] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [submake-generated-headers] Error 2 Makefile:141: recipe for target 'submake-catalog-headers' failed src/Makefile.global:370: recipe for target 'submake-generated-headers' failed thanks, Erik Rijkers