pgsql: Improve comments for IncrementalMaintenance DML enabling functio

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve comments for IncrementalMaintenance DML enabling functio
Date: 2013-08-01 19:36:17
Message-ID: E1V4yfZ-0002AL-2d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2013-08-01 19:44:18 pgsql: Improve handling of pthread_mutex_lock error case
Previous Message Robert Haas 2013-08-01 16:20:58 pgsql: Assorted bgworker-related comment fixes.