pgsql: Fix a prototype which is inconsistent with the function definiti

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix a prototype which is inconsistent with the function definiti
Date: 2016-07-07 17:51:34
Message-ID: E1bLDSY-00046V-Lk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix a prototype which is inconsistent with the function definition.

Peter Geoghegan

Branch
------
master

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

Modified Files
--------------
src/backend/utils/sort/tuplesort.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-07-07 20:15:56 pgsql: Fix typo in comment.
Previous Message Robert Haas 2016-07-07 15:35:19 pgsql: Clarify resource utilization of parallel query.