[HACKERS] C++ project using postgresql source

2010-03-06 Thread Kiswono Prayogo
Hi, good day everyone ^^ i got these errors: primnodes.h:1155: error: expected unqualified-id before ‘using’ when i tried to compile plv8 project using g++, could postgresql use/chage variable name considering also C++ keywords? that is: # using # typeid # typename # namespace # delete detailed

Re: [HACKERS] C++ project using postgresql source

2010-03-06 Thread Kiswono Prayogo
ok then ^^ thanks currently: rsync -avzCH --delete anoncvs.postgresql.org::pgsql-cvs . -- Regards, Kiswono P GB -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] [ADMIN] Compile Problem for Alpha 5 in /src/backend/utils/error/elog.c

2010-04-07 Thread Kiswono Prayogo
oic, thanks ^^ -- Regards, Kiswono P GB -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

[HACKERS] Feature Suggestion: PL/Js

2009-10-07 Thread Kiswono Prayogo
by using latest v8 engine from google, is it possible to build PL/Js just like other PL in Postgre? such as PL/PHP what should i learn if i want to build PL/Js? thanks in advance. regards, Kis GB -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your

Re: [HACKERS] Feature Suggestion: PL/Js

2009-10-07 Thread Kiswono Prayogo
but possibly that benchmark is not really valid because it also benchmark the rendering.. On Wed, Oct 7, 2009 at 11:38 PM, Marcelo Costa marcelojsco...@gmail.com wrote: On Wed, Oct 7, 2009 at 5:00 AM, Kiswono Prayogo kisw...@gmail.com wrote: by using latest v8 engine from google, is it possible

[HACKERS] half OOT, plv8js group created ^^

2009-10-26 Thread Kiswono Prayogo
plv8js is a procedural language add-on for PostgreSQL, which means you can define Javascript functions that run inside a PostgreSQL server using google V8 Engine. anyone who want to contribute in plv8js please visit this group ^^ http://code.google.com/p/plv8js/ i'm still new in postgresql and