X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fdata-io%2Fget-data-psql.at;h=6e5b1a0a26015cddb010f2029d9b0c0326975260;hb=refs%2Fheads%2Fctables10;hp=f1ebd3404ea977683b33a67e0fca4895c82ee213;hpb=155050e92af007abd39bf99a350285d8f3118953;p=pspp diff --git a/tests/language/data-io/get-data-psql.at b/tests/language/data-io/get-data-psql.at index f1ebd3404e..6e5b1a0a26 100644 --- a/tests/language/data-io/get-data-psql.at +++ b/tests/language/data-io/get-data-psql.at @@ -1,22 +1,22 @@ dnl PSPP - a program for statistical analysis. dnl Copyright (C) 2017 Free Software Foundation, Inc. -dnl +dnl dnl This program is free software: you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by dnl the Free Software Foundation, either version 3 of the License, or dnl (at your option) any later version. -dnl +dnl dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. -dnl +dnl dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see . dnl AT_BANNER([GET DATA /TYPE=PSQL]) -m4_define([INIT_PSQL], +m4_define([INIT_PSQL], [AT_SKIP_IF([test "$PSQL_SUPPORT" = no]) PGDATA=`pwd`/cluster export PGDATA @@ -30,7 +30,7 @@ m4_define([INIT_PSQL], trap 'CLEANUP_PSQL' 0 AT_CHECK([PATH=$PG_PATH:$PATH createdb -h "$socket_dir" -p $PG_PORT $PG_DBASE], [0], [ignore], [ignore]) - AT_DATA([populate.sql], + AT_DATA([populate.sql], [CREATE TABLE empty (a int, b date, c numeric(23, 4)); -- a largeish table to check big queries work ok. @@ -58,7 +58,7 @@ m4_define([INIT_PSQL], timestamp timestamp , timestamptz timestamptz , interval interval , - timetz timetz + timetz timetz ); INSERT INTO thing VALUES ( @@ -150,7 +150,7 @@ INIT_PSQL dnl Test with an ordinary query. AT_CHECK([cat > ordinary-query.sps < empty-result.sps < large-result.sps < get-data.sps <