Re: splitting plpython into smaller parts

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Jan Urbański <wulczer(at)wulczer(dot)org>
Cc: Greg Smith <greg(at)2ndQuadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: splitting plpython into smaller parts
Date: 2011-12-15 15:00:13
Message-ID: 1323961213.9528.1.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2011-12-15 15:16:29 Re: splitting plpython into smaller parts
Previous Message Andres Freund 2011-12-15 14:50:55 Re: Command Triggers