1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

make sure the $Id tags are converted to $PostgreSQL as well ...

This commit is contained in:
PostgreSQL Daemon
2003-11-29 22:41:33 +00:00
parent 4c274b4f8a
commit 55b113257c
449 changed files with 455 additions and 451 deletions

View File

@ -1,4 +1,4 @@
/* $Id: inet_aton.c,v 1.5 2003/06/12 08:15:29 momjian Exp $
/* $PostgreSQL: pgsql/src/port/inet_aton.c,v 1.6 2003/11/29 22:41:31 pgsql Exp $
*
* This inet_aton() function was taken from the GNU C library and
* incorporated into Postgres for those systems which do not have this