Re: splitting plpython into smaller parts - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: splitting plpython into smaller parts
Date
Msg-id 1323961213.9528.1.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: splitting plpython into smaller parts  (Jan Urbański <wulczer@wulczer.org>)
Responses Re: splitting plpython into smaller parts  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
How to people feel about naming the files (as proposed)

! OBJS = plpython.o plpython_io.o plpython_procedure.o plpython_exec.o \
!        plpython_plpy.o plpython_spi.o plpython_result.o plpython_cursor.o \
!        plpython_plan.o plpython_subtransaction.o plpython_functions.o \
!        plpython_elog.o

vs. say

! OBJS = main.o io.o procedure.o exec.o plpy.o spi.o result.o cursor.o \
!        plan.o subtransaction.o functions.o elog.o

?




pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Command Triggers
Next
From: Alvaro Herrera
Date:
Subject: Re: splitting plpython into smaller parts