diff options
| author | Bruce Momjian | 1999-02-13 23:22:53 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-02-13 23:22:53 +0000 |
| commit | 6724a5078748946b8150700125571b6ea62feca8 (patch) | |
| tree | a7b3f2cf82f0bdb7cf836d1d4614a0e3b32df954 /src/include/access | |
| parent | 8c3fff7337b6389b00e8dda03a079605ee102f1b (diff) | |
Change my-function-name-- to my_function_name, and optimizer renames.
Diffstat (limited to 'src/include/access')
28 files changed, 69 insertions, 69 deletions
diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h index e85a1602624..25e20f4909e 100644 --- a/src/include/access/attnum.h +++ b/src/include/access/attnum.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * attnum.h-- + * attnum.h * POSTGRES attribute number definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: attnum.h,v 1.8 1998/09/01 04:34:03 momjian Exp $ + * $Id: attnum.h,v 1.9 1999/02/13 23:20:49 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -26,21 +26,21 @@ typedef int16 AttrNumber; * ---------------- */ /* - * AttributeNumberIsValid -- + * AttributeNumberIsValid * True iff the attribute number is valid. */ #define AttributeNumberIsValid(attributeNumber) \ ((bool) ((attributeNumber) != InvalidAttrNumber)) /* - * AttrNumberIsForUserDefinedAttr -- + * AttrNumberIsForUserDefinedAttr * True iff the attribute number corresponds to an user defined attribute. */ #define AttrNumberIsForUserDefinedAttr(attributeNumber) \ ((bool) ((attributeNumber) > 0)) /* - * AttrNumberGetAttrOffset -- + * AttrNumberGetAttrOffset * Returns the attribute offset for an attribute number. * * Note: @@ -53,7 +53,7 @@ typedef int16 AttrNumber; ) /* - * AttributeOffsetGetAttributeNumber -- + * AttributeOffsetGetAttributeNumber * Returns the attribute number for an attribute offset. */ #define AttrOffsetGetAttrNumber(attributeOffset) \ diff --git a/src/include/access/funcindex.h b/src/include/access/funcindex.h index d30dcc704f0..cfa54d81fe9 100644 --- a/src/include/access/funcindex.h +++ b/src/include/access/funcindex.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * funcindex.h-- + * funcindex.h * * * * Copyright (c) 1994, Regents of the University of California * - * $Id: funcindex.h,v 1.6 1998/09/01 04:34:05 momjian Exp $ + * $Id: funcindex.h,v 1.7 1999/02/13 23:20:50 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/genam.h b/src/include/access/genam.h index e3aefb6c0ab..b2e55df620e 100644 --- a/src/include/access/genam.h +++ b/src/include/access/genam.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * genam.h-- + * genam.h * POSTGRES general access method definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: genam.h,v 1.17 1998/10/08 18:30:20 momjian Exp $ + * $Id: genam.h,v 1.18 1999/02/13 23:20:50 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/gist.h b/src/include/access/gist.h index 8bcf24ae7f5..383877e9ada 100644 --- a/src/include/access/gist.h +++ b/src/include/access/gist.h @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- * - * gist.h-- + * gist.h * common declarations for the GiST access method code. * * diff --git a/src/include/access/gistscan.h b/src/include/access/gistscan.h index 553705f1396..4be3b676cab 100644 --- a/src/include/access/gistscan.h +++ b/src/include/access/gistscan.h @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- * - * gistscan.h-- + * gistscan.h * routines defined in access/gisr/gistscan.c * * diff --git a/src/include/access/giststrat.h b/src/include/access/giststrat.h index 9fb0a10da6b..20ad45863f3 100644 --- a/src/include/access/giststrat.h +++ b/src/include/access/giststrat.h @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- * - * giststrat.h-- + * giststrat.h * routines defined in access/gist/giststrat.c * * diff --git a/src/include/access/hash.h b/src/include/access/hash.h index 019fb7d58a2..067578d2f84 100644 --- a/src/include/access/hash.h +++ b/src/include/access/hash.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * hash.h-- + * hash.h * header file for postgres hash access method implementation * * * Copyright (c) 1994, Regents of the University of California * - * $Id: hash.h,v 1.20 1998/10/04 20:19:06 tgl Exp $ + * $Id: hash.h,v 1.21 1999/02/13 23:20:52 momjian Exp $ * * NOTES * modeled after Margo Seltzer's hash implementation for unix. diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h index e883c7f0a50..c205cab52dc 100644 --- a/src/include/access/heapam.h +++ b/src/include/access/heapam.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * heapam.h-- + * heapam.h * POSTGRES heap access method definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: heapam.h,v 1.40 1998/12/15 12:46:44 vadim Exp $ + * $Id: heapam.h,v 1.41 1999/02/13 23:20:52 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/hio.h b/src/include/access/hio.h index eb8a955b4d0..0d84d50e264 100644 --- a/src/include/access/hio.h +++ b/src/include/access/hio.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * hio.h-- + * hio.h * POSTGRES heap access method input/output definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: hio.h,v 1.9 1998/12/15 12:46:45 vadim Exp $ + * $Id: hio.h,v 1.10 1999/02/13 23:20:53 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/htup.h b/src/include/access/htup.h index 06c62a9a4d9..f344f195da2 100644 --- a/src/include/access/htup.h +++ b/src/include/access/htup.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * htup.h-- + * htup.h * POSTGRES heap tuple definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: htup.h,v 1.12 1998/12/15 12:46:46 vadim Exp $ + * $Id: htup.h,v 1.13 1999/02/13 23:20:54 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/ibit.h b/src/include/access/ibit.h index f03ef639bf9..acbe22b6a1d 100644 --- a/src/include/access/ibit.h +++ b/src/include/access/ibit.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * ibit.h-- + * ibit.h * POSTGRES index valid attribute bit map definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: ibit.h,v 1.8 1998/09/01 04:34:15 momjian Exp $ + * $Id: ibit.h,v 1.9 1999/02/13 23:20:54 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -26,7 +26,7 @@ typedef IndexAttributeBitMapData *IndexAttributeBitMap; #define IndexAttributeBitMapSize sizeof(IndexAttributeBitMapData) /* - * IndexAttributeBitMapIsValid -- + * IndexAttributeBitMapIsValid * True iff attribute bit map is valid. */ #define IndexAttributeBitMapIsValid(bits) PointerIsValid(bits) diff --git a/src/include/access/iqual.h b/src/include/access/iqual.h index dbab4052821..be765ab4ec7 100644 --- a/src/include/access/iqual.h +++ b/src/include/access/iqual.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * iqual.h-- + * iqual.h * Index scan key qualification definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: iqual.h,v 1.10 1998/09/01 04:34:17 momjian Exp $ + * $Id: iqual.h,v 1.11 1999/02/13 23:20:55 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/istrat.h b/src/include/access/istrat.h index 2a35556fe47..8d3dd069eac 100644 --- a/src/include/access/istrat.h +++ b/src/include/access/istrat.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * istrat.h-- + * istrat.h * POSTGRES index strategy definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: istrat.h,v 1.11 1998/09/01 04:34:18 momjian Exp $ + * $Id: istrat.h,v 1.12 1999/02/13 23:20:55 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -17,14 +17,14 @@ #include <access/strat.h> /* - * StrategyNumberIsValid -- + * StrategyNumberIsValid * True iff the strategy number is valid. */ #define StrategyNumberIsValid(strategyNumber) \ ((bool) ((strategyNumber) != InvalidStrategy)) /* - * StrategyNumberIsInBounds -- + * StrategyNumberIsInBounds * True iff strategy number is within given bounds. * * Note: @@ -36,13 +36,13 @@ (strategyNumber) <= (maxStrategyNumber))) /* - * StrategyMapIsValid -- + * StrategyMapIsValid * True iff the index strategy mapping is valid. */ #define StrategyMapIsValid(map) PointerIsValid(map) /* - * IndexStrategyIsValid -- + * IndexStrategyIsValid * True iff the index strategy is valid. */ #define IndexStrategyIsValid(s) PointerIsValid(s) diff --git a/src/include/access/itup.h b/src/include/access/itup.h index 07560fffdbc..85fc975e71e 100644 --- a/src/include/access/itup.h +++ b/src/include/access/itup.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * itup.h-- + * itup.h * POSTGRES index tuple definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: itup.h,v 1.16 1998/09/01 04:34:19 momjian Exp $ + * $Id: itup.h,v 1.17 1999/02/13 23:20:55 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/nbtree.h b/src/include/access/nbtree.h index 848b28164c1..fedd539e5dc 100644 --- a/src/include/access/nbtree.h +++ b/src/include/access/nbtree.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * nbtree.h-- + * nbtree.h * header file for postgres btree access method implementation. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: nbtree.h,v 1.22 1998/09/01 04:34:20 momjian Exp $ + * $Id: nbtree.h,v 1.23 1999/02/13 23:20:55 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/printtup.h b/src/include/access/printtup.h index c1b1c51ef89..f5de892d93c 100644 --- a/src/include/access/printtup.h +++ b/src/include/access/printtup.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * printtup.h-- + * printtup.h * * * * Copyright (c) 1994, Regents of the University of California * - * $Id: printtup.h,v 1.7 1999/01/27 00:36:10 tgl Exp $ + * $Id: printtup.h,v 1.8 1999/02/13 23:20:56 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h index a6553a58611..5b33e7ca12d 100644 --- a/src/include/access/relscan.h +++ b/src/include/access/relscan.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * relscan.h-- + * relscan.h * POSTGRES internal relation scan descriptor definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: relscan.h,v 1.13 1998/11/27 19:33:31 vadim Exp $ + * $Id: relscan.h,v 1.14 1999/02/13 23:20:56 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -69,13 +69,13 @@ typedef IndexScanDescData *IndexScanDesc; typedef IndexScanDesc *IndexScanDescPtr; /* - * HeapScanIsValid -- + * HeapScanIsValid * True iff the heap scan is valid. */ #define HeapScanIsValid(scan) PointerIsValid(scan) /* - * IndexScanIsValid -- + * IndexScanIsValid * True iff the index scan is valid. */ #define IndexScanIsValid(scan) PointerIsValid(scan) diff --git a/src/include/access/rtree.h b/src/include/access/rtree.h index a31f2c2d645..0cc2381b7dc 100644 --- a/src/include/access/rtree.h +++ b/src/include/access/rtree.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * rtree.h-- + * rtree.h * common declarations for the rtree access method code. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: rtree.h,v 1.13 1998/09/01 04:34:24 momjian Exp $ + * $Id: rtree.h,v 1.14 1999/02/13 23:20:57 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/rtscan.h b/src/include/access/rtscan.h index 067c8374b0f..88932322d33 100644 --- a/src/include/access/rtscan.h +++ b/src/include/access/rtscan.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * rtscan.h-- + * rtscan.h * routines defined in access/rtree/rtscan.c * * * Copyright (c) 1994, Regents of the University of California * - * $Id: rtscan.h,v 1.5 1998/09/01 04:34:25 momjian Exp $ + * $Id: rtscan.h,v 1.6 1999/02/13 23:20:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/rtstrat.h b/src/include/access/rtstrat.h index f9d3639da35..31b77bba2bc 100644 --- a/src/include/access/rtstrat.h +++ b/src/include/access/rtstrat.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * rtstrat.h-- + * rtstrat.h * routines defined in access/rtree/rtstrat.c * * * Copyright (c) 1994, Regents of the University of California * - * $Id: rtstrat.h,v 1.8 1998/09/01 04:34:26 momjian Exp $ + * $Id: rtstrat.h,v 1.9 1999/02/13 23:20:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/sdir.h b/src/include/access/sdir.h index 89aa8b25c9d..42654765bf7 100644 --- a/src/include/access/sdir.h +++ b/src/include/access/sdir.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * sdir.h-- + * sdir.h * POSTGRES scan direction definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: sdir.h,v 1.4 1998/09/01 04:34:27 momjian Exp $ + * $Id: sdir.h,v 1.5 1999/02/13 23:20:58 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -26,7 +26,7 @@ typedef enum ScanDirection } ScanDirection; /* - * ScanDirectionIsValid -- + * ScanDirectionIsValid * True iff scan direction is valid. */ #define ScanDirectionIsValid(direction) \ @@ -34,21 +34,21 @@ typedef enum ScanDirection direction <= ForwardScanDirection)) /* - * ScanDirectionIsBackward -- + * ScanDirectionIsBackward * True iff scan direction is backward. */ #define ScanDirectionIsBackward(direction) \ ((bool) (direction == BackwardScanDirection)) /* - * ScanDirectionIsNoMovement -- + * ScanDirectionIsNoMovement * True iff scan direction indicates no movement. */ #define ScanDirectionIsNoMovement(direction) \ ((bool) (direction == NoMovementScanDirection)) /* - * ScanDirectionIsForward -- + * ScanDirectionIsForward * True iff scan direction is forward. */ #define ScanDirectionIsForward(direction) \ diff --git a/src/include/access/skey.h b/src/include/access/skey.h index c4d3aa7e508..57cc7e0d444 100644 --- a/src/include/access/skey.h +++ b/src/include/access/skey.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * skey.h-- + * skey.h * POSTGRES scan key definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: skey.h,v 1.10 1998/09/01 04:34:29 momjian Exp $ + * $Id: skey.h,v 1.11 1999/02/13 23:20:58 momjian Exp $ * * * Note: diff --git a/src/include/access/strat.h b/src/include/access/strat.h index 305911ce709..4f47c0e224e 100644 --- a/src/include/access/strat.h +++ b/src/include/access/strat.h @@ -1,13 +1,13 @@ /*------------------------------------------------------------------------- * - * strat.h-- + * strat.h * index strategy type definitions * (separated out from original istrat.h to avoid circular refs) * * * Copyright (c) 1994, Regents of the University of California * - * $Id: strat.h,v 1.11 1998/09/01 04:34:30 momjian Exp $ + * $Id: strat.h,v 1.12 1999/02/13 23:20:58 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -70,7 +70,7 @@ typedef struct StrategyEvaluationData typedef StrategyEvaluationData *StrategyEvaluation; /* - * StrategyTransformMapIsValid -- + * StrategyTransformMapIsValid * Returns true iff strategy transformation map is valid. */ #define StrategyTransformMapIsValid(transform) PointerIsValid(transform) diff --git a/src/include/access/transam.h b/src/include/access/transam.h index c5d40ac54a7..a7f911e50a3 100644 --- a/src/include/access/transam.h +++ b/src/include/access/transam.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * transam.h-- + * transam.h * postgres transaction access method support code header * * * Copyright (c) 1994, Regents of the University of California * - * $Id: transam.h,v 1.18 1998/12/18 09:09:52 vadim Exp $ + * $Id: transam.h,v 1.19 1999/02/13 23:20:59 momjian Exp $ * * NOTES * Transaction System Version 101 now support proper oid diff --git a/src/include/access/tupdesc.h b/src/include/access/tupdesc.h index 43432b3e17d..450529560a8 100644 --- a/src/include/access/tupdesc.h +++ b/src/include/access/tupdesc.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * tupdesc.h-- + * tupdesc.h * POSTGRES tuple descriptor definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: tupdesc.h,v 1.20 1998/09/01 04:34:32 momjian Exp $ + * $Id: tupdesc.h,v 1.21 1999/02/13 23:20:59 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/tupmacs.h b/src/include/access/tupmacs.h index 832b5321b0e..c9cb759221b 100644 --- a/src/include/access/tupmacs.h +++ b/src/include/access/tupmacs.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * tupmacs.h-- + * tupmacs.h * Tuple macros used by both index tuples and heap tuples. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: tupmacs.h,v 1.7 1998/09/08 15:24:11 momjian Exp $ + * $Id: tupmacs.h,v 1.8 1999/02/13 23:20:59 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/valid.h b/src/include/access/valid.h index caa22261f16..a340bb78da3 100644 --- a/src/include/access/valid.h +++ b/src/include/access/valid.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * valid.h-- + * valid.h * POSTGRES tuple qualification validity definitions. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: valid.h,v 1.16 1998/11/27 19:33:32 vadim Exp $ + * $Id: valid.h,v 1.17 1999/02/13 23:20:59 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/xact.h b/src/include/access/xact.h index e624f3b1e56..a855806c193 100644 --- a/src/include/access/xact.h +++ b/src/include/access/xact.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * xact.h-- + * xact.h * postgres transaction system header * * * Copyright (c) 1994, Regents of the University of California * - * $Id: xact.h,v 1.19 1998/12/18 09:09:52 vadim Exp $ + * $Id: xact.h,v 1.20 1999/02/13 23:21:00 momjian Exp $ * *------------------------------------------------------------------------- */ |
