mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Fix duplicate words in comments
Remove accidentally duplicated words in code comments. Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> Discussion: https://postgr.es/m/87bl45t0co.fsf@wibble.ilmari.org
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user