Re: [PATCH] Fix quotation logic for unreserved keywords in window specifications

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: anchovyseo(at)gmail(dot)com
Cc: assam258(at)gmail(dot)com, jian(dot)universality(at)gmail(dot)com, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Fix quotation logic for unreserved keywords in window specifications
Date: 2026-08-27 08:08:01
Message-ID: 20260827.170801.84765696274116404.ishii@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Thank you for the corrections. Here’s revision 3 (attached).

I applied v3 patch to current master and ran dump/restore test:

$ cd src/bin/pg_upgrade
$ PG_TEST_EXTRA="regress_dump_restore" make check

Without the patch to ruleutils.c the test failed. With the patch, the
test passed!

Regards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ewan Young 2026-08-27 08:09:21 Re: pg_restore_attribute_stats() accepts non-finite values
Previous Message Kyotaro Horiguchi 2026-08-27 08:06:47 Re: Persist slot invalidations before publishing them