From 31d250e049b4e3d51a635edaa2221c11815e40e7 Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Sat, 8 Jun 2019 10:12:26 -0700 Subject: Update stale comments, and fix comment typos. --- src/backend/postmaster/postmaster.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/postmaster/postmaster.c') diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index dd16938d9c7..688ad439edb 100644 --- a/src/backend/postmaster/postmaster.c +++ b/src/backend/postmaster/postmaster.c @@ -4743,8 +4743,8 @@ retry: } /* - * Queue a waiter for to signal when this child dies. The wait will be - * handled automatically by an operating system thread pool. + * Queue a waiter to signal when this child dies. The wait will be handled + * automatically by an operating system thread pool. * * Note: use malloc instead of palloc, since it needs to be thread-safe. * Struct will be free():d from the callback function that runs on a -- cgit v1.2.3