[PATCH] Remove stray comma from heap_page_item_attrs() docs
Started by Christoph Bergalmost 7 years ago2 messages
(This seems to be the only occurrence of this error, after about 2
minutes of git-grep-ing.)
Attachments:
0001-Remove-stray-comma-from-heap_page_item_attrs-docs.patchtext/x-diff; charset=us-asciiDownload
From 42b2a82f8e06beb0de3b3b15ded85fc905fb9edd Mon Sep 17 00:00:00 2001
From: Christoph Berg <christoph.berg@credativ.de>
Date: Wed, 13 Mar 2019 13:24:22 +0100
Subject: [PATCH] Remove stray comma from heap_page_item_attrs() docs
---
doc/src/sgml/pageinspect.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/src/sgml/pageinspect.sgml b/doc/src/sgml/pageinspect.sgml
index cdd2419479..8d81f8894e 100644
--- a/doc/src/sgml/pageinspect.sgml
+++ b/doc/src/sgml/pageinspect.sgml
@@ -181,7 +181,7 @@ test=# SELECT tuple_data_split('pg_class'::regclass, t_data, t_infomask, t_infom
<varlistentry>
<term>
- <function>heap_page_item_attrs(page bytea, rel_oid regclass, [, do_detoast bool]) returns setof record</function>
+ <function>heap_page_item_attrs(page bytea, rel_oid regclass [, do_detoast bool]) returns setof record</function>
<indexterm>
<primary>heap_page_item_attrs</primary>
</indexterm>
--
2.20.1
Re: [PATCH] Remove stray comma from heap_page_item_attrs() docs
On Wed, Mar 13, 2019 at 1:26 PM Christoph Berg <myon@debian.org> wrote:
(This seems to be the only occurrence of this error, after about 2
minutes of git-grep-ing.)
Thanks, pushed!
--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>