pgsql: Add comment for "is_internal" parameter

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add comment for "is_internal" parameter
Date: 2015-03-03 17:06:54
Message-ID: E1YSqHW-0006tM-Il@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add comment for "is_internal" parameter

This was missed in my commit f4c4335 of 9.3 vintage, so backpatch to
that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6f9d79904748c26a58991942dc6719db558f77b0

Modified Files
--------------
src/backend/catalog/heap.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-03-03 17:18:56 pgsql: Change many routines to return ObjectAddress rather than OID
Previous Message Tom Lane 2015-03-03 16:26:08 pgsql: Reduce json <=> jsonb casts from explicit-only to assignment lev