C 语言的 postgresQL 扩展函数(从 v8.0x 到 v9.0 有什么变化)?
几年前,我为 postgreSQL 编写了一个 C 扩展库,那时 8.0 版本才刚刚问世。
我正在使用 Version1 调用约定 - 根据 postgresql 文档 ,仍然是扩展postgreSQl的方式。
然而,我想知道,在将我的“旧”共享库加载到 v9.01 数据库之前是否需要知道任何问题。
I wrote a C extension library for postgreSQL several years ago, way back when version 8.0 was the new kid on the block.
I am using Version1 calling conventions - which according to the postgresql docs, is still the way to extend postgreSQl.
I want to know however, if there are any gotchas I need to know before loading my 'old' shared libraries into the v9.01 database.?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无实质性变化。您的 SO 应该按原样工作。
No material changes. Your SO's should work as-is.