| From: | Karel Zak <zakkr(at)zf(dot)jcu(dot)cz> |
|---|---|
| To: | pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org> |
| Cc: | nconway(at)klamath(dot)dyndns(dot)org |
| Subject: | PREPARE code notes |
| Date: | 2002-09-09 08:03:18 |
| Message-ID: | 20020909100318.A32605@zf.jcu.cz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Probably nothing important, but I saw it in
src/backend/commands/prepare.c:
1/ ExecuteQuery() (line 110). Why is needful use copyObject()? The
PostgreSQL executor modify query planns? I think copyObject() is
expensive call.
2/ Lines 236 -- 245. Why do you "check for pre-existing entry of
same name" if you create hash table? I think better is use "else"
for this block of code and check it only if hash table already
exist.
3/ Last is cosmetic: see line 404, what happen if memory context
is not valid? :-) (maybe use some elog() call)
Thanks
Karel
--
Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
http://home.zf.jcu.cz/~zakkr/
C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Hans-Jürgen Schönig | 2002-09-09 08:06:19 | Script to compute randon page cost |
| Previous Message | Tatsuo Ishii | 2002-09-09 07:57:53 | Re: Script to compute random page cost |