Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sZQVZ-000vPm-LP for pgsql-hackers@arkaria.postgresql.org; Thu, 01 Aug 2024 07:45:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sZQVW-004c0U-TK for pgsql-hackers@arkaria.postgresql.org; Thu, 01 Aug 2024 07:45:54 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sZQVW-004bz8-GU for pgsql-hackers@lists.postgresql.org; Thu, 01 Aug 2024 07:45:54 +0000 Received: from ewsoutbound.kpnmail.nl ([195.121.94.185]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sZQVU-002ZQy-11 for pgsql-hackers@lists.postgresql.org; Thu, 01 Aug 2024 07:45:53 +0000 X-KPN-MessageId: 12565dd7-4fda-11ef-82de-005056999439 Received: from smtp.kpnmail.nl (unknown [10.31.155.5]) by ewsoutbound.so.kpn.org (Halon) with ESMTPS id 12565dd7-4fda-11ef-82de-005056999439; Thu, 01 Aug 2024 09:45:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xs4all.nl; s=xs4all01; h=content-type:from:to:subject:mime-version:date:message-id; bh=JpPz9OsJaeTA2DQNcfshYDlgtXldqE9yRddfqAt+10M=; b=dB9jEtPhr3/RT1YT/oJj+T4Hb2h1KZsibT+6orkVJuPVdyvadRtE8pvJf4BbzOFT4tOP2IbGBH/P1 0KBStEPPWWmuCBRHfBdfJX5O8j/bS2KTB2KO85R/+PRpxyAjPWY8nbRtuatgEfnha8stTkvAfvRpBw tAV0oJU9Zw9tDbYP5Xq2VnkmLMmlR33kIdJimg9lkgE6UEbOBcvc0sgZzxMPgGkS0eAei0Xs/4avrg mYlvs3plRBgSs6Aq5/ri9ESVHQmLxPGhu6eiKHAWXdmb36g9s2d7gAfrE8MURhaAv5M7svwpX//dNF JKEbYhTmNWtiuygTl6Cwv5Ie71KLI0g== X-KPN-MID: 33|HBdNhmmCXkFYeUKycKQyPaOuzINMDSvChsA800FtKgvRpxqUhXQAUYwPNh5bjzF ehdO6wsGGL7MYcowlFkjwXi2nXeAIoPqneXUJWt7cE9I= X-KPN-VerifiedSender: Yes X-CMASSUN: 33|SjTSt70fGFoX35DaJttpSGbTOTcPZxAM+7pA4CyBcl9Gz4nkrNjJXlAYjb4GLGS umRUQ9j3/3ldgJOqI0j1gTQ== X-Originating-IP: 45.83.234.25 Received: from [192.168.178.31] (unknown [45.83.234.25]) by smtp.xs4all.nl (Halon) with ESMTPSA id 0f053381-4fda-11ef-912d-00505699b758; Thu, 01 Aug 2024 09:45:50 +0200 (CEST) Message-ID: Date: Thu, 1 Aug 2024 09:45:34 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: proposal: schema variables To: Pavel Stehule , Laurenz Albe Cc: Michael Paquier , Amit Kapila , DUVAL REMI , PostgreSQL Hackers References: <3b662dc5b615d4c20a55e8e2fbe6fc00fe00609d.camel@cybertec.at> <6996931e8c9edf3b82223e74e92326a7ed06c1d6.camel@cybertec.at> <67aa68a7e6dfb44c0cbbdf7f97cadfede4269ce5.camel@cybertec.at> <263ef86d2cc97751e4833d79f3713d4a02b4cfb0.camel@cybertec.at> Content-Language: en-US From: Erik Rijkers In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk doc-build fails: a slash tumbled backwards in doc/src/sgml: $ grep 'xref.*.\\>' *.sgml plpgsql.sgml: (see ). That should simply be a forward slash, of course. Thanks, Erik Rijkers Op 8/1/24 om 08:12 schreef Pavel Stehule: > Hi > > fresh rebase + fix format in doc > > Regards > > Pavel >