public inbox for [email protected]
help / color / mirror / Atom feedFrom: David Rowley <[email protected]>
To: Michael Paquier <[email protected]>
Cc: Aleksander Alekseev <[email protected]>
Cc: PostgreSQL Development <[email protected]>
Subject: Re: [PATCH] Miscellaneous little fixes
Date: Wed, 15 Apr 2026 10:41:28 +1200
Message-ID: <CAApHDvqyHXB1kFFcT4XTD9MqVrPkTEfQYGmB_V1Fj4tL84BZEw@mail.gmail.com> (raw)
In-Reply-To: <[email protected]>
References: <CAJ7c6TOQ2CrUSKuKqpwsMvKGGJZosQQ2To6PjgBjguCuETqhTw@mail.gmail.com>
<[email protected]>
On Wed, 15 Apr 2026 at 09:29, Michael Paquier <[email protected]> wrote:
> Picked up the rest in a staging branch.
One more in [1] and one I noticed a while ago attached, if you feel
like including those too.
David
[1] https://postgr.es/m/CA+3i_M8QOnjeG1GN+rqncnF52-Uo5fr+b=FxzqWAH41BP3oFpg@mail.gmail.com
Attachments:
[application/octet-stream] typo_fix.patch (939B, 2-typo_fix.patch)
download | inline diff:
diff --git a/src/test/regress/expected/fast_default.out b/src/test/regress/expected/fast_default.out
index ffbc47089b1..bd142ed481c 100644
--- a/src/test/regress/expected/fast_default.out
+++ b/src/test/regress/expected/fast_default.out
@@ -429,7 +429,7 @@ SELECT attname, atthasmissing, attmissingval FROM pg_attribute
DROP TABLE T;
DROP FUNCTION foolme(timestamptz);
--- Simple querie
+-- Simple queries
CREATE TABLE T (pk INT NOT NULL PRIMARY KEY);
SELECT set('t');
set
diff --git a/src/test/regress/sql/fast_default.sql b/src/test/regress/sql/fast_default.sql
index 8ff29cf2697..8b31d317d73 100644
--- a/src/test/regress/sql/fast_default.sql
+++ b/src/test/regress/sql/fast_default.sql
@@ -375,7 +375,7 @@ SELECT attname, atthasmissing, attmissingval FROM pg_attribute
DROP TABLE T;
DROP FUNCTION foolme(timestamptz);
--- Simple querie
+-- Simple queries
CREATE TABLE T (pk INT NOT NULL PRIMARY KEY);
SELECT set('t');
view thread (7+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: [PATCH] Miscellaneous little fixes
In-Reply-To: <CAApHDvqyHXB1kFFcT4XTD9MqVrPkTEfQYGmB_V1Fj4tL84BZEw@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox