Re: [PATCHES] Remove comment about tab-complete.c

2007-06-18 Thread Magnus Hagander
On Mon, Jun 18, 2007 at 10:02:21AM +0100, Simon Riggs wrote: > Remove line from guc.c > > 6. Add it to src/bin/psql/tab-complete.c, if it's a USERSET option. > > No longer required for parameters. Wow, a simple enough patch that I could "review" it in no time :-) Thanks, applied. //Magnus ---

[PATCHES] Remove comment about tab-complete.c

2007-06-18 Thread Simon Riggs
Remove line from guc.c 6. Add it to src/bin/psql/tab-complete.c, if it's a USERSET option. No longer required for parameters. -- Simon Riggs EnterpriseDB http://www.enterprisedb.com Index: src/backend/utils/misc/guc.c =