projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6a11b8
)
Fix documented type of t_infomask2.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 11 Mar 2012 20:53:04 +0000
(16:53 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 11 Mar 2012 20:53:04 +0000
(16:53 -0400)
Per Koizumi Satoru
doc/src/sgml/storage.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/storage.sgml
b/doc/src/sgml/storage.sgml
index cb2f60e1eeef408ada17ed4651803cb5e3b96b31..45223f563d77c1434ab11a99a814b6e594d02c54 100644
(file)
--- a/
doc/src/sgml/storage.sgml
+++ b/
doc/src/sgml/storage.sgml
@@
-823,7
+823,7
@@
data. Empty in ordinary tables.</entry>
</row>
<row>
<entry>t_infomask2</entry>
- <entry>int16</entry>
+ <entry>
u
int16</entry>
<entry>2 bytes</entry>
<entry>number of attributes, plus various flag bits</entry>
</row>