pgsql: Move contrib/seg to only use V1 calling conventions.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move contrib/seg to only use V1 calling conventions.
Date: 2017-03-30 13:30:39
Message-ID: E1cta9v-0003Lb-SJ@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move contrib/seg to only use V1 calling conventions.

A later commit will remove V0 support.

Author: Andres Freund, with contributions by Craig Ringer
Reviewed-By: Peter Eisentraut, Craig Ringer
Discussion: https://postgr.es/m/20161208213441.k3mbno4twhg2qf7g@alap3.anarazel.de

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/389bb2818f404d5b967f21e1ac4f987f894e94bb

Modified Files
--------------
contrib/seg/seg.c | 481 +++++++++++++++++++++++++++++-------------------------
1 file changed, 263 insertions(+), 218 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2017-03-30 16:39:30 pgsql: Simplify the example of VACUUM in documentation.
Previous Message Teodor Sigaev 2017-03-29 20:29:33 pgsql: Implement SortSupport for macaddr data type