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 1gSs1Y-0007vN-BO for pgsql-hackers@arkaria.postgresql.org; Fri, 30 Nov 2018 23:16:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gSs1W-0004xI-Rp for pgsql-hackers@arkaria.postgresql.org; Fri, 30 Nov 2018 23:16:38 +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_SHA1:256) (Exim 4.89) (envelope-from <9erthalion6@gmail.com>) id 1gSs1W-0004x9-IJ for pgsql-hackers@lists.postgresql.org; Fri, 30 Nov 2018 23:16:38 +0000 Received: from mail-lf1-x12d.google.com ([2a00:1450:4864:20::12d]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from <9erthalion6@gmail.com>) id 1gSs1Q-0003VW-0h for pgsql-hackers@lists.postgresql.org; Fri, 30 Nov 2018 23:16:37 +0000 Received: by mail-lf1-x12d.google.com with SMTP id z13so5261860lfe.11 for ; Fri, 30 Nov 2018 15:16:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=AbB51DYYgV6nMr0/OCHdZvxr3v3GQCrscVEOikQLKt8=; b=A+CoQf3rq2sf/ChwYgdgNx5Nov8rOTncVlr3Yk1F8bP8v0X6ci9qhwTXqbP/zadCQ9 A9wWpm5ZDPOXiE/fotZCH7Q+JGJPHr5ja99334aJbRVJkCnCGUEKtiX2NEe3bQyqRfYX jKB+4ngRe/Ly60THYN3iqUdkLi8XSldACAczVKaBtyutEZLBQxsyW96Fr+fjT2lciEqg 4BbeIXyMrRc6pn3tTS61rWnIVPukndVn69aK52K//eGCKQubA0dBbc/EL2P/bLVyDSyI r9ApEHajs4hwK90eR6osIpXFX28UjbAwvGL/+cjRj7vgwaJEZw/iSzpXaiP/o0lQ+HRX aAlg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=AbB51DYYgV6nMr0/OCHdZvxr3v3GQCrscVEOikQLKt8=; b=W1hwMNVg9TcHUuben/mAInteEfMlk/lnSiO+Ulbql+lJjGjtPj+Zj5FCcBoWuw5uPF zd3tqAVLr9MdWsSXIX3oHATW3e1pIO1lsMznQX2wAy0vSAE4xAx9FM0OEaUONdG60EIq Ko3k3wKF6rKW8i1VqiOfGr47Ct6t+5bI+Z+KA7LslTENf4xFoTJTjTAJJsxnxIelq73R yo3AVlS9wbBp9EMYKkb+wxWhava2QtXtHBIMrlJj+5qe+lLZg3242MH4glEviwwZft7q qQZaZlFMY1kPziLs51hCPdNfF+xZoF9wiaYsC+595mMSRkixg6bzJwsGkwn5BxkRbM61 EQIA== X-Gm-Message-State: AA+aEWbWFwbZdX9/3MeaLi8sbtZsHllAkOtLVgI2u4oni/rHNT4JDtAe D2qwjEWmVOH7AIG/oGikN0Xeuvj67ZiMUbd8z6I= X-Google-Smtp-Source: AFSGD/Xzwx1AvqaBwf8vg2Q0pXRMNSv2R0LOxip23eflgsqWCG0DdF8PpsrRb6IV3mZDRqoTkwBJuwrn3IWrpY/GnIU= X-Received: by 2002:a19:2906:: with SMTP id p6mr4587067lfp.17.1543619790024; Fri, 30 Nov 2018 15:16:30 -0800 (PST) MIME-Version: 1.0 References: <20180919112305.GA18604@zakirov.localdomain> In-Reply-To: From: Dmitry Dolgov <9erthalion6@gmail.com> Date: Sat, 1 Dec 2018 00:17:21 +0100 Message-ID: Subject: Re: [HACKERS] proposal: schema variables To: Pavel Stehule Cc: Artur Zakirov , dean.a.rasheed@gmail.com, Fabien COELHO , gilles.darold@dalibo.com, PostgreSQL Developers Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk > On Wed, Nov 21, 2018 at 8:25 AM Pavel Stehule wrote: > > just rebase Thanks for working on this patch. I'm a bit confused, but cfbot again says that there are some conflicts. Probably they are the minor one, from src/bin/psql/help.c For now I'm moving it to the next CF.