From: | "Karl O(dot) Pinc" <kop(at)meme(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Doc patch, normalize search_path in index |
Date: | 2012-09-28 17:40:38 |
Message-ID: | 1348854038.13705.10@mofo |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
The attached patch (against git head)
normalizes "search_path" as the thing indexed
and uses a secondary index term to distinguish
the configuration parameter from the run-time
setting.
"search path" the concept remains distinguished
in the index from "search_path" the setting/config param.
It's hard to say whether it's useful to make this
distinction. From a practical perspective it's easy
for the eye to stop scanning when the indent
level changes and so fail to notice that both
"search path" and "search_path" are index
entries. At least the index is a
lot more tidy than before.
Regards,
Karl <kop(at)meme(dot)com>
Free Software: "You don't pay back, you pay forward."
-- Robert A. Heinlein
Attachment | Content-Type | Size |
---|---|---|
search_path-normalize.patch | text/x-patch | 1015 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2012-09-28 19:09:53 | Re: XLogInsert scaling, revisited |
Previous Message | Karl O. Pinc | 2012-09-28 17:17:12 | Re: Doc patch, index search_path where it's used to secure functions |