diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-02-13 05:10:06 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-02-13 05:10:06 +0000 |
commit | 64e7adb07b252ba4b6d6990bf6dad2105e072105 (patch) | |
tree | d5942287e79818d0d1bdf31b8167f040b7d7246b /src/backend/parser/scan.c | |
parent | e3f222466498260a97b2559d539398bad9e6ccff (diff) | |
download | postgresql-64e7adb07b252ba4b6d6990bf6dad2105e072105.tar.gz postgresql-64e7adb07b252ba4b6d6990bf6dad2105e072105.zip |
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
Apart from this Makefile hack, all I've done is to make dynamically
loaded code modules fail properly (as was already done for __mips__,
although I think this is too loose: I believe NetBSD for the pmax can
do dynamic linking), and to add test-and-set lock handling. As Bruce
suggested, this is done in a maximally efficient inlined way: I was
not aware that this code was so important, speed-wise.
Diffstat (limited to 'src/backend/parser/scan.c')
-rw-r--r-- | src/backend/parser/scan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/parser/scan.c b/src/backend/parser/scan.c index 74f72609fcb..5480abd5551 100644 --- a/src/backend/parser/scan.c +++ b/src/backend/parser/scan.c @@ -1,7 +1,7 @@ /* A lexical scanner generated by flex */ /* Scanner skeleton version: - * $Header: /cvsroot/pgsql/src/backend/parser/Attic/scan.c,v 1.12 1998/02/11 03:56:08 thomas Exp $ + * $Header: /cvsroot/pgsql/src/backend/parser/Attic/scan.c,v 1.13 1998/02/13 05:09:15 scrappy Exp $ */ #define FLEX_SCANNER @@ -539,7 +539,7 @@ char *yytext; * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/parser/Attic/scan.c,v 1.12 1998/02/11 03:56:08 thomas Exp $ + * $Header: /cvsroot/pgsql/src/backend/parser/Attic/scan.c,v 1.13 1998/02/13 05:09:15 scrappy Exp $ * *------------------------------------------------------------------------- */ |