From: | tgl(at)pgfoundry(dot)org (User Tgl) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pg-migrator - pg_migrator: Rename pg_migrator support functions with a |
Date: | 2009-07-02 23:30:27 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Rename pg_migrator support functions with a pg_ prefix, in hopes of decreasing
the risk of collision with user function names. Get rid of useless manual
strictness checks.
Modified Files:
--------------
pg_migrator/func:
pg_migrator.c (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/func/pg_migrator.c?r1=1.10&r2=1.11)
pg_migrator/src:
pg_migrator.c (r1.54 -> r1.55)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/pg_migrator.c?r1=1.54&r2=1.55)
relfilenode.c (r1.25 -> r1.26)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/relfilenode.c?r1=1.25&r2=1.26)
From | Date | Subject | |
---|---|---|---|
Next Message | User Itagaki | 2009-07-03 05:52:31 | reorg - pg_reorg: Release 1.0.6. |
Previous Message | User Bmomjian | 2009-07-02 23:25:16 | pg-migrator - pg_migrator: Adjust mention of PGXS build usage. |