C function linkage and testing

Поиск
Список
Период
Сортировка
От Andrew Gold
Тема C function linkage and testing
Дата
Msg-id 40C09F5D.2070003@cbamedia.com
обсуждение исходный текст
Ответы Re: C function linkage and testing  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-interfaces
Hi All,

This is my first posting to the list, so please be gentle.

;-)

I'm writing a number of C SQL-extension functions and it occurred to me 
that I might need to debug these things as some point. If I want to 
create my own main () function to exercise my extensions, what Postgres 
libraries do I need to link against?

For example, the VARSIZE and VARDATA macros are wrapped around internal 
functions; palloc and pfree also have dependencies.

If I want to use these calls within my extensions, and I want to run my 
extensions separately for debugging / validation purposes, what 
libraries should I link against?

Any help is welcome.

Andrew Gold


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Bug in translation of DEALLOCATE PREPARE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: C function linkage and testing