Re: [HACKERS] vacuumlo issue

2012-03-20 Thread MUHAMMAD ASIF
> > I think you are asking for this option: > > -l LIMIT stop after removing LIMIT large objects > > which was added in b69f2e36402aaa. Thank you for informing about -l option in 9.2. Can I build/use this contrib with older pg versions i.e. pg 9.1 ? . Thanks. > Uh, no, actually that flag s

Re: [HACKERS] vacuumlo issue

2012-03-20 Thread MUHAMMAD ASIF
I have reformatted the mail, sorry for inconvenience. Thanks. We have noticed the following issue with vacuumlo database that have millions of record in pg_largeobject i.e. WARNING: out of shared memory Failed to remove lo 155987:ERROR: out of shared memory HINT: You m

[HACKERS] vacuumlo issue

2012-03-20 Thread MUHAMMAD ASIF
36729: ERROR:  current transaction is aborted, commands ignored until end of transaction block Best Regards,Muhammad Asif Naeem vacuumlo-test_data.sql Description: Binary data -- Sent via pgsql-hackers mailing list (pgsql-hackers

Re: [HACKERS] PostgreSQL X/Open Socket / BSD Socket Issue on HP-UX

2011-09-22 Thread MUHAMMAD ASIF
ckname(), getsockopt(), recvfrom(), sendmsg(), and recvmsg() are called. .. Best Regards,Muhammad Asif Naeem > To: anaeem...@hotmail.com > CC: pgsql-hackers@postgresql.org > Subject: Re: [HACKERS] PostgreSQL X/Open Socket / BSD Socket Issue

[HACKERS] PostgreSQL X/Open Socket / BSD Socket Issue on HP-UX

2011-09-20 Thread MUHAMMAD ASIF
OPEN_SOURCE=600 -D_HPUX_ALT_XOPEN_SOCKET_API" and link binary with libc. PFA patch. Thanks. Best Regards,Muhammad Asif Naeem hp-ux_socket.patch Description: Binary data -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To

Re: [HACKERS] UUIDs generated using ossp-uuid on windows not unique

2010-03-30 Thread MUHAMMAD ASIF
> From: z-sa...@guitar.ocn.ne.jp > To: anaeem...@hotmail.com; dp...@postgresql.org > CC: pgsql-hackers@postgresql.org > Subject: Re: UUIDs generated using ossp-uuid on windows not unique > Date: Wed, 31 Mar 2010 01:52:50 +0900 > > Hi MUHAMMAD-san. > > Sorry late reaction... > unfortunately, M

Re: [HACKERS] UUIDs generated using ossp-uuid on windows not unique

2010-03-30 Thread MUHAMMAD ASIF
> To: anaeem...@hotmail.com > CC: dp...@postgresql.org; z-sa...@guitar.ocn.ne.jp; > pgsql-hackers@postgresql.org > Subject: Re: [HACKERS] UUIDs generated using ossp-uuid on windows not unique > Date: Tue, 30 Mar 2010 10:01:50 -0400 > From: t...@sss.pgh.pa.us > &g

Re: [HACKERS] UUIDs generated using ossp-uuid on windows not unique

2010-03-30 Thread MUHAMMAD ASIF
>On Tue, Jun 17, 2008 at 11:17 AM, Hiroshi Saito > wrote: >> Hi. >> >> Please this. >> http://winpg.jp/~saito/pg_work/OSSP_win32/msvc/ > >Ahh, a makefile - that makes things somewhat clearer :-) > >Thanks - I've updated the build machine so future releases will >include this fix. > >-- >Dave Page

Re: [HACKERS] PLUGINS Functionlity in Win32 build scripts

2008-12-23 Thread MUHAMMAD ASIF
I understand you concern about the security issues.Actully it just give us the ease to automate build and installation of plugin modules on both the platforms Unix and Windows. We can use configure options to allow/disallow installation of plugin binaries. I am sure that it will enhance the bui

Re: [HACKERS] PLUGINS Functionlity in Win32 build scripts

2008-12-17 Thread MUHAMMAD ASIF
Pldebugger uses its own PLUGIN implementation that is ok for make utility but when we try to compile the code on Windows Perl build scripts fail because it don’t understand Makefile without pgxs.mk variables. If we add plugin logic in pgxs.mk and windows Perl build scripts , it would be simple

Re: [HACKERS] PLUGINS Functionlity in Win32 build scripts

2008-12-10 Thread MUHAMMAD ASIF
I am on it , I understand your concern. I will send you the sample code and pldebugger details to test the logic ASAP .Thanks.> Date: Tue, 9 Dec 2008 23:36:42 -0500> From: [EMAIL PROTECTED]> To: [EMAIL PROTECTED]> Subject: Re: [HACKERS] PLUGINS Functionlity in Win32 build scripts> CC: pgsql-ha

[HACKERS] IPv6 issue on Win32

2008-10-15 Thread MUHAMMAD ASIF
Hi, I am facing issue compiling latest postgresql-8.3.4 code on windows .I installed Visual Studio 2005 Express and Microsoft windows SDK latest v6.1 on windows XP (SP2) as described by http://www.postgresql.org/docs/8.3/static/install-win32-full.html and trying to build postgresql-8.3.4, it

Re: [HACKERS] PLUGINS Functionlity in Win32 build scripts

2008-10-08 Thread MUHAMMAD ASIF
ity in Win32 build scripts > From: [EMAIL PROTECTED] > > MUHAMMAD ASIF wrote: > > During the integration of pldebugger ( > > http://pgfoundry.org/projects/edb-debugger ) with postgres on windows I > > faced a problem that plugins are not being copied to the lib/plugins >

[HACKERS] PLUGINS Functionlity in Win32 build scripts

2008-09-09 Thread MUHAMMAD ASIF
Hi, I am currently working in EnterpriseDB (www.enterprisedb.com). During the integration of pldebugger ( http://pgfoundry.org/projects/edb-debugger ) with postgres on windows I faced a problem that plugins are not being copied to the lib/plugins directory. Plugins should be copied in (