Skip to content

Commit 71b349a

Browse files
committed
Update a couple of long-obsolete comments in pg_type.h.
1 parent 9a8aa25 commit 71b349a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/include/catalog/pg_type.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ CATALOG(pg_type,1247,TypeRelationId) BKI_BOOTSTRAP BKI_ROWTYPE_OID(71,TypeRelati
5959
* this type by value or by reference. typbyval had better be false if
6060
* the length is not 1, 2, or 4 (or 8 on 8-byte-Datum machines).
6161
* Variable-length types are always passed by reference. Note that
62-
* typbyval can be false even if the length would allow pass-by-value;
63-
* this is currently true for type float4, for example.
62+
* typbyval can be false even if the length would allow pass-by-value; for
63+
* example, type macaddr8 is pass-by-ref even when Datum is 8 bytes.
6464
*/
6565
bool typbyval;
6666

@@ -88,7 +88,8 @@ CATALOG(pg_type,1247,TypeRelationId) BKI_BOOTSTRAP BKI_ROWTYPE_OID(71,TypeRelati
8888

8989
/*
9090
* If typisdefined is false, the entry is only a placeholder (forward
91-
* reference). We know the type name, but not yet anything else about it.
91+
* reference). We know the type's name and owner, but not yet anything
92+
* else about it.
9293
*/
9394
bool typisdefined BKI_DEFAULT(t);
9495

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy