pgsql: Fix a prototype which is inconsistent with the function definiti - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix a prototype which is inconsistent with the function definiti
Date
Msg-id E1bLDSY-00046V-Lk@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Clarify resource utilization of parallel query.
Next
From: Robert Haas
Date:
Subject: pgsql: Properly adjust pointers when tuples are moved during CLUSTER.