Thread: pgsql: Fix compiler warning.

pgsql: Fix compiler warning.

From
Robert Haas
Date:
Fix compiler warning.

It is meaningless to declare a pass-by-value return type const.

Branch
------
master

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

Modified Files
--------------
src/backend/commands/policy.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)