pgsql: Fix comment in copyfrom_internal.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment in copyfrom_internal.h
Date: 2022-08-06 12:16:27
Message-ID: E1oKIjD-000ZUY-9Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment in copyfrom_internal.h

COPY_NEW_FE has become COPY_FRONTEND in 3174d69, that has removed the
frontend-backend protocol v2.

Author: Zhang Mingli
Discussion: https://postgr.es/m/aeec12a3-501e-449a-8d25-901c4ff706cf@Spark

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/70d25bf70ce2eaed91406f56cd45dcfaa9ecabe0

Modified Files
--------------
src/include/commands/copyfrom_internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-08-06 13:54:00 pgsql: Improve recently-added test reliability
Previous Message Thomas Munro 2022-08-06 00:52:55 pgsql: Replace pgwin32_is_junction() with lstat().