#author("2017-05-21T09:57:08+09:00","default:haikikyou","haikikyou")
[[PostgreSQL]]

#author("2019-01-14T07:57:50+00:00","default:haikikyou","haikikyou")
Foreign Data Wrapperの理解を目的とした個人用Noteです。~
不定期に更新していきますが,挫折するかもしれません。。

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

#contents

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

9.5系がベースです。
** backend [#kfa71644]

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

* PostgreSQL関連の参考リンク [#ia9b5c2f]
- [[fmgr.h>PostgreSQL/開発/include/fmgr.h]]
- [[dynloader.h>PostgreSQL/開発/include/dynloader.h]]

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

*** nodes [#l8e63802]

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

*** storage [#k767a230]

- [[latch.h>PostgreSQL/開発/include/storage/latch.h]]


*** utils [#y9646198]

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

* PostgreSQL解析 [#g91c5a48]

#ls2(PostgreSQL/解析)


* フック [#wf57f3ec]

- [[https://wiki.postgresql.org/images/e/e3/Hooks_in_postgresql.pdf]] - &size(11){&color(gray){ https://wiki.postgresql.org };};

** フックの種類 [#g559cf13]

#ls2(PostgreSQL/開発/フック)

* その他 [#k2687386]

- [[複数のバージョンのPostgreSQLを入れる>PostgreSQL/開発/複数のバージョンのPostgreSQLを入れる]]


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