Commit de81fbd0 authored by Bruce Momjian's avatar Bruce Momjian

I've got 2 pretty small patches.

configtype.patch simply fixes a typo in config.h.in
pg_dump.c.patch Updates a bunch of error messages to include a reason
from
                the backend, and also removes a couple of unnecessary
if's

Ole Gjerde
parent c8bd630a
This diff is collapsed.
......@@ -399,7 +399,7 @@ extern void srandom(unsigned int seed);
#define DEADLOCK_CHECK_TIMER 1
/*
* This flag enables the use of idexes in plans generated for function
* This flag enables the use of indexes in plans generated for function
* executions which normally are always executed with sequential scans.
*/
#define INDEXSCAN_PATCH
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment