pgsql: Remove misplaced comment from AuxiliaryProcessMain().

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove misplaced comment from AuxiliaryProcessMain().
Date: 2021-08-02 04:11:17
Message-ID: E1mAPIL-0006SO-5x@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)anarazel(dot)de>

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2021-08-02 05:33:48 pgsql: Run checkpointer and bgwriter in crash recovery.
Previous Message Etsuro Fujita 2021-08-02 03:55:34 Re: pgsql: postgres_fdw: Fix handling of pending asynchronous requests.