pgsql: Silence warning about deprecated assignment to $[ in check_keywo

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Silence warning about deprecated assignment to $[ in check_keywo
Date: 2012-02-13 07:20:10
Message-ID: E1RwqCo-00037c-B8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Silence warning about deprecated assignment to $[ in check_keywords.pl

Alex Hunsaker

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b4e3633ac42ed7af21bce611234ccbf820098644

Modified Files
--------------
src/tools/check_keywords.pl | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-02-13 07:20:15 Re: [COMMITTERS] pgsql: Add new keywords SNAPSHOT and TYPES to the keyword list in gram.
Previous Message Fujii Masao 2012-02-13 02:17:51 Re: [COMMITTERS] pgsql: Correctly initialise shared recoveryLastRecPtr in recovery.