Displaying 4 results from an estimated 4 matches for "pg_conversion".
Did you mean:
do_conversion
2006 Apr 07
1
Compiling PL/R against R.dll in Win32/MinGW
..../../src/include/port/win32"
-Ic:/MinGW/include/server/port/win32 -Ic:/msys/src/pgsql/src/include
-Ic:/msys/src/pgsql/src/include/port/win32 -DPKGLIBDIR=\
"c:/MinGW/lib\" -DDLSUFFIX=\".dll\" -c -o pg_rsupport.o pg_rsupport.c
dlltool --export-all --output-def plr.def plr.o pg_conversion.o
pg_backend_support.o pg_userfuncs.o pg_rsupport.o
dllwrap -o libplr.dll --dllname libplr.dll --def plr.def plr.o
pg_conversion.o pg_backend_support.o pg_userfuncs.o pg_rsupp
ort.o -Lc:/Progra~1/R/R-2.3.0alpha/bin -Lc:/Progra~1/R/R-2.3.0alpha/bin
-Lc:/MinGW/lib -Lc:/MinGW/lib -lR -lpostgres
Info...
2003 May 21
2
moving onto returning a data.frame?
I've been studying some of the code and I'm still a little shakey on the
proper method for returning a data.frame from a C function (which is my
ultimate goal here). I've started some code that I've "stolen" from the
archives and I'm running into crashes, etc. I've been trying to gleen some
insight from the src/main/scan.c file and didn't find many comments in
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote:
> Did you build the Postgres code with -fsanitize-coverage=... ?
Yes:
CC = clang
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing
-fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2015 Sep 03
2
Fuzzing complex programs
...arse.o bootstrap/bootstrap.o
> catalog/catalog.o catalog/dependency.o catalog/heap.o catalog/index.o
> catalog/indexing.o catalog/namespace.o catalog/aclchk.o
> catalog/objectaccess.o catalog/objectaddress.o catalog/pg_aggregate.o
> catalog/pg_collation.o catalog/pg_constraint.o catalog/pg_conversion.o
> catalog/pg_depend.o catalog/pg_enum.o catalog/pg_inherits.o
> catalog/pg_largeobject.o catalog/pg_namespace.o catalog/pg_operator.o
> catalog/pg_proc.o catalog/pg_range.o catalog/pg_db_role_setting.o
> catalog/pg_shdepend.o catalog/pg_type.o catalog/storage.o
> catalog/toasting.o...