Re: [HACKERS] tutorial won't compile in current tree. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] tutorial won't compile in current tree.
Date
Msg-id 23175.921253582@sss.pgh.pa.us
Whole thread Raw
In response to tutorial won't compile in current tree.  (Clark Evans <clark.evans@manhattanproject.com>)
Responses RE: [HACKERS] tutorial won't compile in current tree.
List pgsql-hackers
Clark Evans <clark.evans@manhattanproject.com> writes:
> It seems to be snagging on 'char16'.

IIRC, char16 was deleted in 6.4 or maybe earlier (along with the other
special "charN" type names).  "char(16)" is the accepted spelling now.

A quick glimpse shows an awful lot of appearances of "char16"
in the contrib area, as well as the tutorial and some residual
uses in the documentation.  Sigh.  I guess that stuff is not
exercised as regularly as it oughta be.

Do you want to contribute a patch to make the tutorial work again?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Jason Venner
Date:
Subject: more on large objects using postgresql.snapshot from today (March 11)
Next
From: Jason Venner
Date:
Subject: Simple C++ program using libpq that failes very quickly using the lo interface