pgsql: Add comment for missing break in switch

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add comment for missing break in switch
Date: 2012-03-12 18:58:42
Message-ID: E1S7ASA-0006Ra-TM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add comment for missing break in switch

For clarity, following other sites, and to silence Coverity.

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/formatting.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-03-12 20:10:39 pgsql: Fix SPGiST vacuum algorithm to handle concurrent tuple motion pr
Previous Message Tom Lane 2012-03-12 17:15:48 pg_filedump improvements