Add checklist item for psql completion to commitfest review

From: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Add checklist item for psql completion to commitfest review
Date: 2017-02-14 18:13:51
Message-ID: ca02fa02-2f95-e2c8-2b15-e17ec9150392@BlueTreble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

After seeing Yet Another Missing Psql Tab Completion it occurred to
me... why not add a checklist item to the commitfest review page? I
realize most regular contributors don't use the form, but a fair number
of people do. I don't see how it could hurt.

Another possible idea is a git hook that checks to see if the psql
completion code has been touched if any of the grammar has been. That
could certainly trigger false positives so it'd need to be easy to
over-ride, but AFAIK that could be done via a special phrase in the
commit message.
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com
855-TREBLE2 (855-873-2532)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2017-02-14 18:18:16 Re: Provide list of subscriptions and publications in psql's completion
Previous Message Jim Nasby 2017-02-14 18:07:39 Re: Possible TODO: allow arbitrary expressions in event trigger WHEN