[PATCH] In case module has wrong magic, report exact problem

From: Marko Kreen <markokr(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH] In case module has wrong magic, report exact problem
Date: 2008-08-31 22:17:38
Message-ID: 20080831221738.18573.70278.stgit@lapp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In case module and server magic blocks do not match
report exact parameters that differ.

It is quite cumbersome problem to track down unless
user already knows the cause.

As we want to encourage module use, such situations
can happen more often.

Attachment Content-Type Size
better.modload.error.patch text/plain 3.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2008-08-31 22:22:07 Re: Is this really really as designed or defined in some standard
Previous Message Marko Kreen 2008-08-31 22:17:33 [PATCH] Cleanup of GUC units code