# New in libpq.so.3.1 t pt p ptit33i i ptit33i i ptiit33i c pi
I have jsut added the above signatures to my call_list due to an upgrade to postgres and was wondering what plans are there for managing the call_list. If every time there is a minor update to a lib and several new signatures get added this file is going to get quite large.
I assume the plan is to get on-the-fly building of NCI stubs working "everywhere". Platforms where that works don't need the functions generated by build_nativecall.pl, but right now that's only i386; it's a JIT-like and pretty difficult piece of code to write, but it should eventually work on every platform which supports JIT, at least.
JEff