New options file for CVSROOT.
Depending on the version of CVS (FreeBSD's CVS to be more specific) is
on the server you may need to manually place this file into the CVSROOT
directory beside the committed options,v file. The reason for this is
that someone missed adding the command to have this fil
Christopher,
On Sat, Nov 08, 2003 at 10:47:45PM -0500, Bruce Momjian wrote:
> > ! PostgreSQL requires the Cygwin set of libraries to be installed in
^^^
> > ! order that it functions under Windows.
The phrase "Cygwin set of DLLs" is more accurate.
The phrase "Cygwin set of DLLs" is more accurate. Actually, the phrase
"appropriate subset of Cygwin DLLs" is even better.
Ok.
! 2. Proceed through the Cygwin install wizard. Choose 'Install from
! Internet', specify a Local Package Directory and choose a mirror
! site that's close to
Jason Tishler writes:
> > > ! 1. Set your path to use the Cygwin bin directory before the Windows
> > > ! utilities. Cygwin sort must be used in preference to Windows sort.exe.
>
> Is the above needed during runtime too?
Can anyone see *any* use of "sort" that would warrant the above step?
! 1. Set your path to use the Cygwin bin directory before the Windows
! utilities. Cygwin sort must be used in preference to Windows sort.exe.
Is the above needed during runtime too?
Can anyone see *any* use of "sort" that would warrant the above step?
I have no idea. I just left that in
Bruce Momjian wrote:
Tom Lane wrote:
Bruce Momjian <[EMAIL PROTECTED]> writes:
> Peter Eisentraut wrote:
>> I object to adding unnecessary complications like that.
> Shouldn't BEGIN and START TRANSACTION have the same mechanics? The
> changes to the code were the addition of only one line. The r
Christopher,
On Mon, Nov 10, 2003 at 10:18:14PM +0800, Christopher Kings-Lynne wrote:
> >The default will not work for all users.
>
> Why not? I tried it on a couple of machines... I particularly noted
> that it now installs cygipc by default..
The user may be behind a firewall, so the default
Peter,
On Mon, Nov 10, 2003 at 03:48:07PM +0100, Peter Eisentraut wrote:
> Jason Tishler writes:
> > > > ! 1. Set your path to use the Cygwin bin directory before the Windows
> > > > ! utilities. Cygwin sort must be used in preference to Windows sort.exe.
> >
> > Is the above needed during r
Jan Wieck wrote:
> Bruce Momjian wrote:
>
> > Tom Lane wrote:
> >> Bruce Momjian <[EMAIL PROTECTED]> writes:
> >> > Peter Eisentraut wrote:
> >> >> I object to adding unnecessary complications like that.
> >>
> >> > Shouldn't BEGIN and START TRANSACTION have the same mechanics? The
> >> > change
Bruce Momjian <[EMAIL PROTECTED]> writes:
> Jan Wieck wrote:
>> Since BEGIN isn't standard, wouldn't it be time to redirect them on the
>> BEGIN manpage to the START TRANSACTION manpage and tell them there that
>> BEGIN does not support the full syntax of START TRANSACTION?
> Yea, we could do th
On Mon, Nov 10, 2003 at 11:23:20AM -0500, Tom Lane wrote:
> IIRC, the code patch only added about two lines to gram.y. It seems a
> bit silly to add *more* lines of documentation to explain that the two
> statements aren't alike than it would take lines of code to make them
> work alike.
But may
Good morning
I'm trying to compile postgresql-7.4RC1 with borlad builder 6, as far
as i understand i can only complie the client library and not the
entire projecat, but i only neeed the libpq in order to migrate a
previuous linux software to windows (sigh)
I typed E:\postgres\postgresql-7.4RC1\pos
Jason Tishler wrote:
> Peter,
>
> On Mon, Nov 10, 2003 at 03:48:07PM +0100, Peter Eisentraut wrote:
> > Jason Tishler writes:
> > > > > ! 1. Set your path to use the Cygwin bin directory before the Windows
> > > > > ! utilities. Cygwin sort must be used in preference to Windows sort.exe.
> >
Rod Taylor <[EMAIL PROTECTED]> writes:
> In src/backend/utils/adt/inet_net_ntop.c and
> src/backend/utils/adt/inet_net_pton.c it would appear that the $Id$ tag
> is assigned to a variable (rcsid).
... which is never referenced AFAICT, even if the necessary
preprocessor definitions are set so that
Neil Conway wrote:
> Rod Taylor <[EMAIL PROTECTED]> writes:
> > In src/backend/utils/adt/inet_net_ntop.c and
> > src/backend/utils/adt/inet_net_pton.c it would appear that the $Id$ tag
> > is assigned to a variable (rcsid).
>
> ... which is never referenced AFAICT, even if the necessary
> preproce
Patch applied. We now have a C version of initdb!
---
Andrew Dunstan wrote:
>
>
> Bruce Momjian wrote:
>
> >Here is a slightly modified version of Andrew's great work in making a C
> >version of initdb. Other than minor
This is an unusual one. The OS isn't handling things properly, and we
have to work around that. Can you get a Win32 user to test psql with
this patch to make sure it actually fixes the problem and behaves as
expected? If you want me to produce a psql binary, I can do that.
Thanks.
---
! 1. Set your path to use the Cygwin bin directory before the Windows
! utilities. Cygwin sort must be used in preference to Windows sort.exe.
Is the above needed during runtime too?
Can anyone see *any* use of "sort" that would warrant the above step?
Not in practice. I just dragged it alo
Here's some improvements. I just ended up referring people to Jason's
website for install as service, because it's a quite a long and complex
process.
Is that README included with the cygwin package, Jason? Because I
couldn't find it in mine...?
Chris
Bruce Momjian wrote:
Jason Tishler wro
Claudio Natoli wrote:
> * stat() + extension differences
> - execute bits returned by stat are based on file extension under
> Win32
> - therefore, binaries'll need to have .exe extension (ie. no symlink
> for postmaster), and the calls to stat'll have to append ".exe".
OK, the attache
Sorry, but this just seems overdesigned. I liked Tom's suggestion:
> One possibility that comes to mind is simply to test whether the SIGPIPE
> handler is already SIG_IGN before we munge it. Ideally we'd do that
> once when the conn object is created, but even if it had to be done more
> often,
I think this is the patch I like. It does the auto-detect handling as I
hoped. I will just do the doc updates to mention it.
My only issue is that this is per-connection, while I think you have to
create a global variable that defaults to false, and on first connect,
check, and not after. Base
22 matches
Mail list logo