same system works fine.
Has anyone fixed this yet? If not, does anyone have hints that I can
pursue since I have the source compiled up with debugging enabled?
--
Craig Ruff NCAR[EMAIL PROTECTED]
(303) 497-1211 P.O. Box 3000
On Thu, Jan 15, 2004 at 04:42:50PM -0500, Tom Lane wrote:
> It would seem that the culprit must be somewhere in the 7.3.2-to-7.3.4
> changes in xlog.c:
> ...
> but I sure don't see anything there that looks like a potential
> portability issue.
I have some further info. 7.3.5 compiled with MIPSpr
Ok, I have further information on this problem. I believe it is a compiler
problem. PostgreSQL version 7.3.3 is also affected when compiled with the
MIPSpro 7.4.1 compiler, but when compiled with MIPSpro 7.4 it is ok.
Using the gcc compiled version of backend/access/transam/xlog.c, I have
gotten
Here is what I discovered about this problem.
The MIPSpro 7.4.1 C compiler apparently has a structure assignment code
generation bug that is triggered at backend/access/transam/xlog.c:2683
LogwrtResult.Write = LogwrtResult.Flush = EndOfLog;
EndOfLog and LogwrtResult.Write are correct, bu
now report that postgresql 7.4.2 now works under Irix 6.5.22 when
compiled with the MIPSpro 7.4.2m C compiler.
--
Craig Ruff NCAR[EMAIL PROTECTED]
(303) 497-1211 P.O. Box 3000
Boulder, CO 80307
---(e
e serverlog output, other than the normal connection
and transaction log messages.
At this point, I'm ready to exclude the enumeration sessions from starting
when the vacuum is active, but I thought I'd try and gather information
just in case it is a problem in PostgreSQL.
Does anyone h
On Mon, Nov 08, 2004 at 08:06:02PM -0500, Tom Lane wrote:
> I believe that if VACUUM wants to delete a tuple that is on the same
> physical page that a cursor is currently stopped on, the vacuum has to
> wait until the cursor moves off that page. So the vacuum could
> definitely be blocked by the
The following bug has been logged online:
Bug reference: 1418
Logged by: Craig Ruff
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.0
Operating system: Any
Description:RFC: Challenge/response authentication support
Details:
PAM supports challenge response