pgsql: Improve comments for IncrementalMaintenance DML enabling functio - Mailing list pgsql-committers

From Kevin Grittner
Subject pgsql: Improve comments for IncrementalMaintenance DML enabling functio
Date
Msg-id E1V4yfZ-0002AL-2d@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve comments for IncrementalMaintenance DML enabling functions.

Move the static functions after the comment and expand the comment.

Per complaint from Andres Freund, although using different comment
text.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f31c149f13e4495051e014bab6fbe5e8ec4f56f1

Modified Files
--------------
src/backend/commands/matview.c |   30 ++++++++++++++++++------------
1 file changed, 18 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Assorted bgworker-related comment fixes.
Next
From: Stephen Frost
Date:
Subject: pgsql: Improve handling of pthread_mutex_lock error case