pgsql: fuzzystrmatch: Remove dead code

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: fuzzystrmatch: Remove dead code
Date: 2017-09-05 19:08:06
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

fuzzystrmatch: Remove dead code

Remnants left behind by a323ede2802956f115d71599514fbc01f2575dee

Reviewed-by: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Reviewed-by: Ryan Murphy <ryanfmurphy(at)gmail(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5a739e7b2c26aa95ee2871071c87fa248df1776b

Modified Files
--------------
contrib/fuzzystrmatch/fuzzystrmatch.c | 34 ++++++----------------------------
1 file changed, 6 insertions(+), 28 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-09-05 19:10:13 Re: pgsql: Remove endof macro
Previous Message Fabien COELHO 2017-09-05 19:01:25 Re: [COMMITTERS] pgsql: Add psql variables showing server version and psql version.