pgsql: Another gin_desc fix.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Another gin_desc fix.
Date: 2013-11-28 21:37:47
Message-ID: E1Vm9HP-0008Hu-53@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Another gin_desc fix.

The number of items inserted was incorrectly printed as if it was a boolean.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2fe69cacff4e92201cb3e3de7748f3e1d51d9e25

Modified Files
--------------
src/backend/access/rmgrdesc/gindesc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2013-11-29 02:08:55 pgsql: Refine our definition of what constitutes a system relation.
Previous Message Heikki Linnakangas 2013-11-28 19:58:08 pgsql: Fix gin_desc routine to match the WAL format.