pgsql: restrict -> pg_restrict - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: restrict -> pg_restrict
Date
Msg-id E1ewSXV-0003te-8T@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
restrict -> pg_restrict

So that it works on MSVC, too.

Author: Michaël Paquier
Discussion: https://postgr.es/m/29889.1520968202@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8d1b805fcc57be47d3269a13eb01d993fe768295

Modified Files
--------------
src/common/string.c         | 2 +-
src/include/common/string.h | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Remove pg_class.relhaspkey
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Move strtoint() to common