chkpass_in should not be volatile

From: Thom Brown <thom(at)linux(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: chkpass_in should not be volatile
Date: 2016-06-03 11:42:09
Message-ID: CAA-aLv59cVjWUkGfWKCaU4ZM3NXVQsH=OffU4zMmod=Xr+dBMQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

...or at least according to the warning message:

postgres=# CREATE EXTENSION chkpass ;
WARNING: type input function chkpass_in should not be volatile

Thom

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dmitry Igrishin 2016-06-03 11:51:54 Re: PATCH: Batch/pipelining support for libpq
Previous Message Korbin Hoffman 2016-06-03 10:58:31 hstore: add hstore_length function