mirror of
https://github.com/postgres/postgres.git
synced 2026-05-25 02:40:42 -04:00
Fix typo.
This commit is contained in:
parent
16a7ec386e
commit
0d04ffeb0d
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<!--
|
||||
Documentation of the system catalogs, directed toward PostgreSQL developers
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.23 2001/09/06 02:07:41 tgl Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.24 2001/09/10 05:46:41 ishii Exp $
|
||||
-->
|
||||
|
||||
<chapter id="catalogs">
|
||||
|
|
@ -1514,14 +1514,14 @@
|
|||
</row>
|
||||
|
||||
<row>
|
||||
<entry>properbyte_pct</entry>
|
||||
<entry>properbyte_cpu</entry>
|
||||
<entry><type>int4</type></entry>
|
||||
<entry></entry>
|
||||
<entry>dead code</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>propercall_pct</entry>
|
||||
<entry>propercall_cpu</entry>
|
||||
<entry><type>int4</type></entry>
|
||||
<entry></entry>
|
||||
<entry>dead code</entry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue