CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/02/11 18:25:03
Modified files:
src/backend/postmaster: postmaster.c
Log message:
Repair some problems in bgwriter start/stop logic. In particular, don't
allow the bgwriter to
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/05/19 16:11:26
Modified files:
src/backend/postmaster: postmaster.c
Log message:
Add get_pkglib_path to postmaster.c
---(end of broadcast)---
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/05/12 00:48:43
Modified files:
src/backend/postmaster: postmaster.c
Log message:
Fix bug by passing arg[0] to find_my_binary().
---(end of broadcast)
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/24 11:20:54
Modified files:
src/backend/postmaster: postmaster.c
Log message:
Adjust error message wording per Andrew Dunstan's advice.
---(end of broadca
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/24 00:07:31
Modified files:
src/backend/postmaster: postmaster.c
Log message:
Update description error text:
(errmsg("no socket configured for listening")));
---
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/24 00:04:52
Modified files:
src/backend/postmaster: postmaster.c
Log message:
Here's a patch implementing the "thread method" to workaround the bug
with socket calls in sig
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/09 19:27:20
Modified files:
src/backend/postmaster: postmaster.c
Log message:
Remove ereport() from failed connection; already done, per Tom.
---(end of b
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/09 19:11:39
Modified files:
src/backend/postmaster: postmaster.c
Log message:
Fix for cancel key restarting postmaster, from Claudio
---(end of broadcast)
I have added this to my personal TODO list. Thanks.
---
Neil Conway wrote:
> Bruce Momjian <[EMAIL PROTECTED]> writes:
> > We define the variable only on Win32/BeOS. Any ideas on how to do this
> > better?
>
> int
> set_n
Bruce Momjian <[EMAIL PROTECTED]> writes:
> We define the variable only on Win32/BeOS. Any ideas on how to do this
> better?
int
set_non_blocking(some_type socket)
{
int ret;
#ifdef SOME_UNIX_PLATFORM
ret = ...;
#else
#ifdef SOME_WINDOWS_PLATFORM
ret = ...;
#else
ret = ...;
#en
Neil Conway wrote:
> [EMAIL PROTECTED] (Bruce Momjian) writes:
> > * ioctlsocket_ret
> > - is not initialized to 1 (at least in the WIN_32 code I started
> > with!)
>
> Couldn't we just use a function for FCNTL_NONBLOCK() instead of a
> macro, and avoid this "ioctlsocket_ret" hackery
[EMAIL PROTECTED] (Bruce Momjian) writes:
> * ioctlsocket_ret
> - is not initialized to 1 (at least in the WIN_32 code I started
> with!)
Couldn't we just use a function for FCNTL_NONBLOCK() instead of a
macro, and avoid this "ioctlsocket_ret" hackery?
-Neil
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/11/10 21:09:42
Modified files:
src/backend/postmaster: postmaster.c
Log message:
* ioctlsocket_ret
- is not initialized to 1 (at least in the WIN_32 code I started with!)
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/12 16:33:59
Modified files:
src/backend/postmaster: postmaster.c
Log message:
Someone (possibly me) foolishly reduced the response for failing
to create a TCP/IP socket fro
Tom Lane wrote:
> Bruce Momjian <[EMAIL PROTECTED]> writes:
> > Neil Conway wrote:
> >> I'm not particularly enthusiastic about this idea, but if we're going to
> >> do it, we should update this as well:
>
> > Well, let's make sure first that this is what most people want.
>
> I don't care for it
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/04 00:38:55
Modified files:
src/backend/postmaster: postmaster.c
Log message:
Re-upper case CHECKPOINT_SEGMENTS.
---(end of broadcast)
Bruce Momjian <[EMAIL PROTECTED]> writes:
> Neil Conway wrote:
>> I'm not particularly enthusiastic about this idea, but if we're going to
>> do it, we should update this as well:
> Well, let's make sure first that this is what most people want.
I don't care for it at all. The documentation list
Neil Conway wrote:
> On Wed, 2003-09-03 at 20:37, Bruce Momjian wrote:
> > Modified files:
> > src/backend/postmaster: postmaster.c
> >
> > Log message:
> > Lowercase CHECKPOINT_SEGMENTS.
>
> I'm not particularly enthusiastic about this idea, but if we're going to
> do it, we should upda
On Wed, 2003-09-03 at 20:37, Bruce Momjian wrote:
> Modified files:
> src/backend/postmaster: postmaster.c
>
> Log message:
> Lowercase CHECKPOINT_SEGMENTS.
I'm not particularly enthusiastic about this idea, but if we're going to
do it, we should update this as well:
backend/parser/
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/03 21:36:55
Modified files:
src/backend/postmaster: postmaster.c
Log message:
Lowercase CHECKPOINT_SEGMENTS.
---(end of broadcast)
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/01 20:25:00
Modified files:
src/backend/postmaster: postmaster.c
Log message:
Postmaster erroneously rejected SSL connections on IPv6.
---(end of broadcas
21 matches
Mail list logo