pgsql: Remove misplaced comment from AuxiliaryProcessMain(). - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Remove misplaced comment from AuxiliaryProcessMain().
Date
Msg-id E1mAPIL-0006SO-5x@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove misplaced comment from AuxiliaryProcessMain().

The comment didn't make sense anymore since at least 626eb021988. As it didn't
actually explain anything anyway, just remove it.

Author: Andres Freund <andres@anarazel.de>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8b1de88b7ce9fe0458d3950121a797fd3d988f6c

Modified Files
--------------
src/backend/bootstrap/bootstrap.c | 3 ---
1 file changed, 3 deletions(-)


pgsql-committers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: pgsql: postgres_fdw: Fix handling of pending asynchronous requests.
Next
From: Thomas Munro
Date:
Subject: pgsql: Run checkpointer and bgwriter in crash recovery.