Small patch for pgstat.c: fix comment + pgindent

From: Aleksander Alekseev <a(dot)alekseev(at)postgrespro(dot)ru>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Small patch for pgstat.c: fix comment + pgindent
Date: 2016-03-10 09:05:06
Message-ID: 20160310120506.5007ea28@fujitsu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello

I noticed:

http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=b6fb6471f6afaf649e52f38269fd8c5c60647669

... that comments for procedures pgstat_progress_update_param and
pgstat_progress_end_command are identical. Here is a patch that fixes
this. Also one empty line added after running pgindent on this file.

Best regards,
Aleksander

Attachment Content-Type Size
pgstat.diff text/x-patch 846 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2016-03-10 09:15:34 Re: Small patch for pgstat.c: fix comment + pgindent
Previous Message Vladimir Borodin 2016-03-10 09:00:29 Re: Improving replay of XLOG_BTREE_VACUUM records