#author("2017-05-24T22:32:39+09:00","default:haikikyou","haikikyou")
#author("2017-05-27T00:04:53+09:00","default:haikikyou","haikikyou")
[[PostgreSQL]]

Foreign Data Wrapperの理解を目的とした個人用Noteです。~
不定期に更新していきますが,挫折するかもしれません。。

&size(12){&color(white,red){ 注意 };};
&color(red){内容については調査の上記載しておりますが,誤りの可能性もあるため,利用については個人の責任でお願いします。};

#contents

* PostgreSQLソースリーディング [#maae09e0]

9.5系がベースです。
&size(12){&color(white,orange){ 注意 };}; 9.5系がベースです。

*** backend [#kfa71644]
#ls2(PostgreSQL/開発/backend)
** backend [#kfa71644]

*** include [#d0f75965]
#ls2(PostgreSQL/開発/include)
*** access [#k9e91523]
- [[heapam.c>PostgreSQL/開発/backend/access/heapam.c]]
** include [#d0f75965]

*** foreign [#rad6c2dc]
- [[foreign.h>PostgreSQL/開発/include/foreign/foreign.h]]

*** lib [#n6340e48]
- [[stringinfo.h>PostgreSQL/開発/include/lib/stringinfo.h]]

*** nodes [#l8e63802]

- [[bitmapset.h>PostgreSQL/開発/include/nodes/bitmapset.h]]


*** utils [#y9646198]

- [[memutils.h>PostgreSQL/開発/include/utils/memutils.h]]
- [[palloc.h>PostgreSQL/開発/include/utils/palloc.h]]


* PostgreSQL関連の参考リンク [#ia9b5c2f]

- [[PostgreSQL 9.5.4文書>https://www.postgresql.jp/document/pg954doc/html/]]
- [[PostgreSQLのソースコード解析資料>http://ikubo.x0.com/PostgreSQL/pg_source.htm]]
-- 内部の仕組みについて詳細にまとめられており大変分かりやすい


トップ   一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
目次
ダブルクリックで閉じるTOP | 閉じる
GO TO TOP