[COMMITTERS] pgsql-server/. Tag: REL7_4_STABLE configure
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/10 01:56:24 Modified files: . : Tag: REL7_4_STABLE configure Log message: autoconf ---(end of broadcast)--- TIP 8: explain analyze is your friend
[COMMITTERS] pgsql-server/. Tag: REL7_4_STABLE configure.in
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/10 01:47:06 Modified files: . : Tag: REL7_4_STABLE configure.in Log message: make sure we are tag'd for RC2 ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings
[COMMITTERS] pgsql-server/src/backend/utils/adt inet_net_nt ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/10 15:40:46 Modified files: src/backend/utils/adt: inet_net_ntop.c inet_net_pton.c Log message: Remove rcsid CVS header variable --- not used. ---(end of broadcast)--- TIP 8: explain analyze is your friend
[COMMITTERS] pgsql-server/src/interfaces/ecpg/ecpglib Tag: ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/10 16:28:06 Modified files: src/interfaces/ecpg/ecpglib: Tag: REL7_4_STABLE execute.c Log message: Re-added forgotten cache. ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] pgsql-server/src/interfaces/ecpg/ecpglib execute.c
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/10 16:28:30 Modified files: src/interfaces/ecpg/ecpglib: execute.c Log message: Re-added forgotten cache. ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
[COMMITTERS] pgsql-server/doc FAQ src/FAQ/FAQ.html
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/10 17:56:08 Modified files: doc: FAQ doc/src/FAQ: FAQ.html Log message: Update IRC to mention freenet instead of openprojects. ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgsql-server/doc/src/sgml release.sgml
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/10 18:27:00 Modified files: doc/src/sgml : release.sgml Log message: Update release notes for polymorphic functions. ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings
Re: [COMMITTERS] pgsql-server/doc FAQ src/FAQ/FAQ.html
[EMAIL PROTECTED] (Bruce Momjian) writes: > Update IRC to mention freenet instead of openprojects. That should be freenode, not freenet. -Neil ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings
[COMMITTERS] pgsql-server/doc FAQ src/FAQ/FAQ.html
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/10 18:47:35 Modified files: doc: FAQ doc/src/FAQ: FAQ.html Log message: Update freenode mention. ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings
Re: [COMMITTERS] pgsql-server/doc FAQ src/FAQ/FAQ.html
Thanks --- added a freenode example IRC line too. --- Neil Conway wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > Update IRC to mention freenet instead of openprojects. > > That should be freenode, not freenet. > > -Neil > > > ---(end of broadcast)--- > TIP 7: don't forget to increase your free space map settings > -- Bruce Momjian| http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup.| Newtown Square, Pennsylvania 19073 ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster
[COMMITTERS] pgsql-server/src/bin/initdb Makefile initdb.c ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/10 18:51:16 Modified files: src/bin/initdb : Makefile Added files: src/bin/initdb : initdb.c system_views.sql Removed files: src/bin/initdb : initdb.sh Log message: Add C version of initdb, from Andrew Dunstan. This is his original version with a binary rmdir() we might need in the future. I will commit an update version with cleanups shortly. ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
[COMMITTERS] pgsql-server/src/bin/initdb initdb.c
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/10 18:52:10 Modified files: src/bin/initdb : initdb.c Log message: Updated version of initdb with "rmdir/del" call on Win32. Other cleanups as discussed. ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
[COMMITTERS] pgsql-server/src/backend/postmaster postmaster.c
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!) Claudio Natoli ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
Re: [COMMITTERS] pgsql-server/src/bin/initdb Makefile initdb.c ...
[EMAIL PROTECTED] (Bruce Momjian) writes: > Modified files: > src/bin/initdb : Makefile > Added files: > src/bin/initdb : initdb.c system_views.sql > Removed files: > src/bin/initdb : initdb.sh Shouldn't system_views.sql go into backend/catalog? That's where information_schema.sql lives. regards, tom lane ---(end of broadcast)--- TIP 8: explain analyze is your friend
Re: [COMMITTERS] pgsql-server/src/bin/initdb Makefile initdb.c ...
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > Modified files: > > src/bin/initdb : Makefile > > Added files: > > src/bin/initdb : initdb.c system_views.sql > > Removed files: > > src/bin/initdb : initdb.sh > > Shouldn't system_views.sql go into backend/catalog? That's where > information_schema.sql lives. OK, I will move it. Thanks. -- Bruce Momjian| http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup.| Newtown Square, Pennsylvania 19073 ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster
[COMMITTERS] pgsql-server/src backend/catalog/Makefile bin/ ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/10 21:58:24 Modified files: src/backend/catalog: Makefile src/bin/initdb : Makefile Removed files: src/bin/initdb : system_views.sql Log message: Move system_views.sql into backend/catalog, per Tom. ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] pgsql-server/src/backend/catalog system_views.sql
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/10 22:00:01 Added files: src/backend/catalog: system_views.sql Log message: Add system_views.sql to CVS. ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster
Re: [COMMITTERS] pgsql-server/src/backend/postmaster postmaster.c
[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 ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
Re: [COMMITTERS] pgsql-server/src/backend/postmaster postmaster.c
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? The problem is that the macro needs a holding variable on Win32 and BeOS: #if !defined(WIN32) && !defined(__BEOS__) #define FCNTL_NONBLOCK(sock)fcntl(sock, F_SETFL, O_NONBLOCK) #else extern long ioctlsocket_ret; /* Returns non-0 on failure, while fcntl() returns -1 on failure */ #ifdef WIN32 #define FCNTL_NONBLOCK(sock)((ioctlsocket(sock, FIONBIO, &ioctlsocket_ret) == 0) ? 0 : -1) #endif #ifdef __BEOS__ #define FCNTL_NONBLOCK(sock)((ioctl(sock, FIONBIO, &ioctlsocket_ret) == 0) ? 0 : -1) #endif #endif We define the variable only on Win32/BeOS. Any ideas on how to do this better? -- Bruce Momjian| http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup.| Newtown Square, Pennsylvania 19073 ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
Re: [COMMITTERS] pgsql-server/src/backend/postmaster postmaster.c
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 = ...;
#endif
return ret;
}
This function shouldn't be in the critical path for anything, so ISTM
that we can hide this platform-specific ugliness inside a function
without any harm.
-Neil
---(end of broadcast)---
TIP 6: Have you searched our list archives?
http://archives.postgresql.org
[COMMITTERS] pgsql-server/src/backend Makefile utils/init/f ...
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/10 23:53:33 Modified files: src/backend: Makefile src/backend/utils/init: findbe.c Log message: Add .exe to Win32 stat calls. Don't symlink postmaster on Win32. ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings
