libpq: remove unused code

Lists: pgsql-patches
From: Neil Conway <neilc(at)samurai(dot)com>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: libpq: remove unused code
Date: 2005-06-11 13:01:21
Message-ID: 42AAE0A1.70505@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

This patch removes some old code from libpq that implements a URI-like
syntax for database connection parameters. It has been inside an #ifdef
NOT_USED block since 2001 or so and is marked as "broken", so I don't
think it is likely to be rehabilitated any time soon.

Barring any objections, I'll apply this to HEAD tomorrow.

-Neil

Attachment Content-Type Size
libpq_remove_old_code-1.patch text/x-patch 4.4 KB

From: Neil Conway <neilc(at)samurai(dot)com>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: libpq: remove unused code
Date: 2005-06-12 00:11:00
Message-ID: 42AB7D94.2060802@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

Neil Conway wrote:
> This patch removes some old code from libpq that implements a URI-like
> syntax for database connection parameters. It has been inside an #ifdef
> NOT_USED block since 2001 or so and is marked as "broken", so I don't
> think it is likely to be rehabilitated any time soon.

Applied.

-Neil