1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

/contrib/foo -> contrib/foo

Since contrib is a relative directory specification, a leading slash
is inappropriate.
This commit is contained in:
Peter Eisentraut
2011-05-19 00:30:31 +03:00
parent 92ff915018
commit 0ee391b77a
3 changed files with 7 additions and 7 deletions

View File

@ -330,7 +330,7 @@ get_control_data(ClusterInfo *cluster, bool live_check)
pg_log(PG_FATAL, "%d: controldata retrieval problem\n", __LINE__);
p++; /* removing ':' char */
/* used later for /contrib check */
/* used later for contrib check */
cluster->controldata.float8_pass_by_value = strstr(p, "by value") != NULL;
got_float8_pass_by_value = true;
}