easy resetting - Search results in mailing lists
Mailing lists >> pgsql-hackers-win32 >> Thread
2004-10-26 12:15:32 | Re: Win32 open items (Magnus Hagander)
easy way out and just add a console ctrl handler and let it do a standard query cancel. The problem with this is that PQrequestCancel() is not thread-safe. Which means we have a possible
Mailing lists >> pgsql-hackers-win32 >> Thread
2004-08-23 21:49:21 | Re: REPOST: InitDB Failure on install (Magnus Hagander)
easy. There are conflicting codes, and a lot of them. We can only get away with it if we *never* need the actual errno values - meanin if we use *only* Win32 API calls. Which
Mailing lists >> pgsql-hackers-win32 >> Thread
2004-06-01 22:53:45 | Re: nested transaction patch build? ()
easier for people to get their hands on it. Microsoft doesn't have all the users they have by telling everyone to figure it out yourself. Is it really that hard to add this
Mailing lists >> pgsql-hackers-win32 >> Thread >> Search in thread (2)
2004-01-23 20:16:06 | registry vs. environment (was re:binary installer) (Merlin Moncure)
settings. By default, mysql puts it home directory into the system area. Nobody on the mysql lists seems to have a problem with this. 4. Manipulating the environment is generally easier
Mailing lists >> pgsql-hackers-win32 >> Thread
2003-12-01 04:55:35 | Re: fork/exec (Tom Lane)
setting up MyProc does *not* require LWLock access, only a spinlock (which is obviously necessary to avoid circularity). It might be best to replace ShmemIndexLock with a spinlock to reduce the amount of infrastructure that