From 7111e332c57ddb562d0ce26a4e08761a0baafb65 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Mon, 4 Oct 2021 15:12:57 +0200 Subject: Fix duplicate words in comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove accidentally duplicated words in code comments. Author: Dagfinn Ilmari Mannsåker Discussion: https://postgr.es/m/87bl45t0co.fsf@wibble.ilmari.org --- src/backend/access/transam/parallel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/access/transam/parallel.c') diff --git a/src/backend/access/transam/parallel.c b/src/backend/access/transam/parallel.c index 5fdcff2a3b3..bb1881f5736 100644 --- a/src/backend/access/transam/parallel.c +++ b/src/backend/access/transam/parallel.c @@ -1534,7 +1534,7 @@ ParallelWorkerReportLastRecEnd(XLogRecPtr last_xlog_end) * * Also explicitly detach from dsm segment so that subsystems using * on_dsm_detach() have a chance to send stats before the stats subsystem is - * shut down as as part of a before_shmem_exit() hook. + * shut down as part of a before_shmem_exit() hook. * * One might think this could instead be solved by carefully ordering the * attaching to dsm segments, so that the pgstats segments get detached from -- cgit v1.2.3