pgsql: Fix thinko in comment.

From: Etsuro Fujita <efujita(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix thinko in comment.
Date: 2022-09-22 07:05:21
Message-ID: E1obGGv-001SyD-BM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix thinko in comment.

This comment has been wrong since its introduction in commit 0d5f05cde;
backpatch to v12 where that came in.

Discussion: https://postgr.es/m/CAPmGK14VGf-xQjGQN4o1QyAbXAaxugU5%3DqfcmTDh1iufUDnV_w%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cbe6dd17ac453fece214b2a430b354d4f7d5a15d

Modified Files
--------------
src/backend/commands/copyfrom.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-09-22 11:04:05 pgsql: Use min/max bounds defined by Zstd for compression level
Previous Message Andres Freund 2022-09-22 05:47:52 pgsql: meson: Add initial version of meson based build system