1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-22 12:22:45 +03:00

Update some outdated links about XLC and UNIX specification

Author: Vignesh C
Discussion: https://postgr.es/m/CALDaNm3Dy=dTdx8UCVw=DWbzLzmRUC1dkq45=heOZDUg3U_PtA@mail.gmail.com
This commit is contained in:
Michael Paquier
2019-10-08 14:31:30 +09:00
parent 491bb81fb8
commit a7471bd85c
2 changed files with 3 additions and 3 deletions

View File

@@ -571,7 +571,7 @@ pg_utf_mblen(const unsigned char *s)
/*
* This is an implementation of wcwidth() and wcswidth() as defined in
* "The Single UNIX Specification, Version 2, The Open Group, 1997"
* <http://www.UNIX-systems.org/online.html>
* <http://www.unix.org/online.html>
*
* Markus Kuhn -- 2001-09-08 -- public domain
*