pgsql: Fix bogus hash table creation.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bogus hash table creation.
Date: 2013-11-15 12:24:51
Message-ID: E1VhISB-0003zj-K2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix bogus hash table creation.

Andres Freund

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5cb719beeef2e871c9f0b22e799554bf801ac390

Modified Files
--------------
src/backend/commands/sequence.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2013-11-15 13:56:53 pgsql: doc: Restore proper alphabetical order.
Previous Message Heikki Linnakangas 2013-11-15 10:31:35 pgsql: Use a hash table to store current sequence values.