On 6 June 2017 at 09:19, Robert Haas wrote:
>
> Thanks. Committed.
>
The changes to catalogs.sgml has introduced a double "the" in this part of
the sentence "this contains the OID of the the collation".
The other section already had the double "the".
The patch contains a small typo in config.sgml. Probably just drop the
"is" from "is can".
+results if this database cluster is can utilize most of the memory
Kevin.
On 8 October 2013 10:13, Bruce Momjian wrote:
> On Thu, Sep 5, 2013 at 05:14:37PM -0400, Bruce Momjian wrote:
> > On
My C is very rusty but the traversal of SeqTableData doesn't seem correct.
It saves the seqtab->next pointer into next, frees seqtab and then
dereferences it.
Shouldn't that last line be: seqtab = next?
Kevin.
+/*
+ * Flush cached sequence information.
+ */
+void
+ResetSequenceCaches(void)
+{
+
The change to config.sgml contains a small typo with the double r in the
xreflabel.
+
On 24 February 2013 13:46, Peter Eisentraut wrote:
>
> done
>
The patch included the word 'so' in the email address by accident.