[COMMITTERS] pginstaller - web: New Directory
Update of /cvsroot/pginstaller/web/tr In directory pgfoundry.org:/tmp/cvs-serv89093/tr Log Message: Directory /cvsroot/pginstaller/web/tr added to the repository ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pginstaller - web: Add Turkish translation of the FAQ [Devrim Gunduz]
Log Message: --- Add Turkish translation of the FAQ [Devrim Gunduz] Added Files: --- web/tr: FAQ_windows.html (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/tr/FAQ_windows.html?rev=1.1&content-type=text/x-cvsweb-markup) ---(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: It seems like most people don't want automatic failover so I am
Log Message: --- It seems like most people don't want automatic failover so I am removing the item: < o Automatic failover < < The proper solution to this will probably the use of a master/slave < replication solution like Sloney and a connection pooling tool like < pgpool. < Modified Files: -- pgsql/doc: TODO (r1.1438 -> r1.1439) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1438&r2=1.1439) ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
[COMMITTERS] pgsql: Spacing: < * Allow the PITR process to be debugged and data
Log Message: --- Spacing: < * Allow the PITR process to be debugged and data examined > * Allow the PITR process to be debugged and data examined Modified Files: -- pgsql/doc: TODO (r1.1439 -> r1.1440) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1439&r2=1.1440) ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
[COMMITTERS] How I can add new function writing on C under Win32 for PostgreSQL v 8.0.1
Hello pgsql-committers, How I can compiling and linking Dynamically-Loaded Functions on Win32? In Docs describe all platforms BSD , FreeBSD, Linux for example The compiler flag to create PIC is -fpic. On some platforms in some situations -fPIC must be used if -fpic does not work. Refer to the GCC manual for more information. The compiler flag to create a shared library is -shared. A complete example looks like this: cc -fpic -c foo.c cc -shared -o foo.so foo.o but no describe under Win32 for Postges 8.0.1 under Win32 -- Best regards, deeps1 mailto:[EMAIL PROTECTED] ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings
