From bf50caf105a901c4f83ac1df3cdaf910c26694a4 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 10 Apr 2011 11:42:00 -0400 Subject: pgindent run before PG 9.1 beta 1. --- 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 cf0b91a9bc1..45a84d8e553 100644 --- a/src/interfaces/libpq/fe-protocol3.c +++ b/src/interfaces/libpq/fe-protocol3.c @@ -1400,8 +1400,8 @@ pqGetCopyData3(PGconn *conn, char **buffer, int async) /* * On end-of-copy, exit COPY_OUT or COPY_BOTH mode and let caller * read status with PQgetResult(). The normal case is that it's - * Copy Done, but we let parseInput read that. If error, we expect - * the state was already changed. + * Copy Done, but we let parseInput read that. If error, we + * expect the state was already changed. */ if (msgLength == -1) conn->asyncStatus = PGASYNC_BUSY; -- cgit v1.2.3