Re: [PATCH] Improve autocompletion for SELECT statements

From: Wander Winkelhorst <w(dot)winkelhorst(at)gmail(dot)com>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Improve autocompletion for SELECT statements
Date: 2011-11-01 14:11:29
Message-ID: CAFv2D8v-hK0SXA8S9=x_aUxcPXJ_8juFTnRDCWfNvZrWT1mUGA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

On Tue, Nov 1, 2011 at 2:50 PM, Guillaume Lelarge <guillaume(at)lelarge(dot)info>wrote:

>
> Line 482 is when you freed the buffer. Not sure it's relevant to this
> issue, but you have a bug in your code.
>

Sorry; seems like the allocation was off by one.

Attached is the updated patch.

Regards,
Wander Winkelhorst.

Attachment Content-Type Size
autocomplete.patch text/x-patch 4.2 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-11-01 14:38:28 Re: Copy/Paste table(s) functions - git context patch
Previous Message Vinicius Santos 2011-11-01 14:07:24 Re: Option "Nulls First" in the ordering screen.