pgsql: Change the suffix of auto conf temporary file from "temp" to "tm

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change the suffix of auto conf temporary file from "temp" to "tm
Date: 2014-01-27 03:48:08
Message-ID: E1W7dBA-0006xu-JI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Change the suffix of auto conf temporary file from "temp" to "tmp".

Michael Paquier

Branch
------
master

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

Modified Files
--------------
src/backend/replication/basebackup.c | 2 +-
src/backend/utils/misc/guc.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-01-27 05:06:30 pgsql: Code review for auto-tuned effective_cache_size.
Previous Message Fujii Masao 2014-01-27 03:28:57 pgsql: Fix typos in comments for ALTER SYSTEM.