From 2bccced110025f48bf426a8a9d7f627ef3663fcd Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Mon, 17 Mar 2014 20:47:28 +0900 Subject: Fix typos in comments. Thom Brown --- src/backend/replication/logical/logical.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/replication/logical/logical.c') diff --git a/src/backend/replication/logical/logical.c b/src/backend/replication/logical/logical.c index 04e407afd2f..8c6c6c2bb3b 100644 --- a/src/backend/replication/logical/logical.c +++ b/src/backend/replication/logical/logical.c @@ -293,7 +293,7 @@ CreateInitDecodingContext(char *plugin, * So we have to acquire the ProcArrayLock to prevent computation of new * xmin horizons by other backends, get the safe decoding xid, and inform * the slot machinery about the new limit. Once that's done the - * ProcArrayLock can be be released as the slot machinery now is + * ProcArrayLock can be released as the slot machinery now is * protecting against vacuum. * ---- */ -- cgit v1.2.3