pgsql: Fix comment in copyfrom_internal.h - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix comment in copyfrom_internal.h
Date
Msg-id E1oKIjD-000ZUY-9Z@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Replace pgwin32_is_junction() with lstat().
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Improve recently-added test reliability