From c96581abe418a3bf64b643aa4e27091d1eaea1c1 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 19 Aug 2019 16:21:39 +0900 Subject: Fix inconsistencies and typos in the tree, take 11 This fixes various typos in docs and comments, and removes some orphaned definitions. Author: Alexander Lakhin Discussion: https://postgr.es/m/5da8e325-c665-da95-21e0-c8a99ea61fbf@gmail.com --- src/interfaces/libpq/fe-protocol3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interfaces/libpq/fe-protocol3.c') diff --git a/src/interfaces/libpq/fe-protocol3.c b/src/interfaces/libpq/fe-protocol3.c index bbba48bc8b6..b04f7ec123b 100644 --- a/src/interfaces/libpq/fe-protocol3.c +++ b/src/interfaces/libpq/fe-protocol3.c @@ -317,8 +317,8 @@ pqParseInput3(PGconn *conn) * * If we're doing a Describe, we have to pass something * back to the client, so set up a COMMAND_OK result, - * instead of TUPLES_OK. Otherwise we can just ignore - * this message. + * instead of PGRES_TUPLES_OK. Otherwise we can just + * ignore this message. */ if (conn->queryclass == PGQUERY_DESCRIBE) { -- cgit v1.2.3