| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Neil Conway <neilc(at)samurai(dot)com> |
| Cc: | pgsql-patches <pgsql-patches(at)postgresql(dot)org>, david(at)justatheory(dot)com |
| Subject: | Re: domain constraints and UNKNOWN params |
| Date: | 2006-01-12 05:45:56 |
| Message-ID: | 1593.1137044756@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
Neil Conway <neilc(at)samurai(dot)com> writes:
> On Wed, 2006-01-11 at 23:31 -0500, Tom Lane wrote:
>> I wonder whether there is any reasonably simple way to audit the whole
>> backend for missing domain processing...
> I don't really see a way to
> check the code that doesn't require a fair amount of manual auditing,
Me either. I have a nagging feeling that the problem is really a
question of mis-factoring, ie we should be doing the domain checks
at a different level than now, but I don't yet see how to translate
that intuition into code.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joachim Wieland | 2006-01-12 09:51:32 | patch to create system view that lists cursors |
| Previous Message | Neil Conway | 2006-01-12 05:28:40 | Re: domain constraints and UNKNOWN params |