=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== postgresql-13-13.1/contrib/file_fdw/input/file_fdw.source-123-\t off postgresql-13-13.1/contrib/file_fdw/input/file_fdw.source:124:PREPARE st(int) AS SELECT * FROM agg_csv WHERE a = $1; postgresql-13-13.1/contrib/file_fdw/input/file_fdw.source-125-EXECUTE st(100); ############################################## postgresql-13-13.1/contrib/file_fdw/output/file_fdw.source-184-\t off postgresql-13-13.1/contrib/file_fdw/output/file_fdw.source:185:PREPARE st(int) AS SELECT * FROM agg_csv WHERE a = $1; postgresql-13-13.1/contrib/file_fdw/output/file_fdw.source-186-EXECUTE st(100); ############################################## postgresql-13-13.1/contrib/spi/refint.c-433- * FROM _referencing_relation_ postgresql-13-13.1/contrib/spi/refint.c:434: * WHERE Fkey1 = $1 [AND Fkey2 = $2 [...]] postgresql-13-13.1/contrib/spi/refint.c-435- * ############################################## postgresql-13-13.1/contrib/spi/refint.c-447- * FROM _referencing_relation_ postgresql-13-13.1/contrib/spi/refint.c:448: * WHERE Fkey1 = $1 [AND Fkey2 = $2 [...]] postgresql-13-13.1/contrib/spi/refint.c-449- * ############################################## postgresql-13-13.1/contrib/spi/refint.c-510- * _referencing_relation_ SET Fkey1 null [, Fkey2 null [...]] postgresql-13-13.1/contrib/spi/refint.c:511: * WHERE Fkey1 = $1 [AND Fkey2 = $2 [...]] - to set key columns in postgresql-13-13.1/contrib/spi/refint.c-512- * all referencing tuples to NULL. ############################################## postgresql-13-13.1/contrib/pgcrypto/crypt-blowfish.c-41-#ifdef __i386__ postgresql-13-13.1/contrib/pgcrypto/crypt-blowfish.c:42:#define BF_ASM 0 /* 1 */ postgresql-13-13.1/contrib/pgcrypto/crypt-blowfish.c-43-#define BF_SCALE 1 postgresql-13-13.1/contrib/pgcrypto/crypt-blowfish.c-44-#elif defined(__x86_64__) || defined(__alpha__) || defined(__hppa__) postgresql-13-13.1/contrib/pgcrypto/crypt-blowfish.c:45:#define BF_ASM 0 postgresql-13-13.1/contrib/pgcrypto/crypt-blowfish.c-46-#define BF_SCALE 1 postgresql-13-13.1/contrib/pgcrypto/crypt-blowfish.c-47-#else postgresql-13-13.1/contrib/pgcrypto/crypt-blowfish.c:48:#define BF_ASM 0 postgresql-13-13.1/contrib/pgcrypto/crypt-blowfish.c-49-#define BF_SCALE 0 ############################################## postgresql-13-13.1/contrib/bloom/t/001_wal.pl-18- my $caughtup_query = postgresql-13-13.1/contrib/bloom/t/001_wal.pl:19: "SELECT pg_current_wal_lsn() <= write_lsn FROM pg_stat_replication WHERE application_name = '$applname';"; postgresql-13-13.1/contrib/bloom/t/001_wal.pl-20- $node_master->poll_query_until('postgres', $caughtup_query) ############################################## postgresql-13-13.1/contrib/bloom/t/001_wal.pl-71-{ postgresql-13-13.1/contrib/bloom/t/001_wal.pl:72: $node_master->safe_psql("postgres", "DELETE FROM tst WHERE i = $i;"); postgresql-13-13.1/contrib/bloom/t/001_wal.pl-73- test_index_replay("delete $i"); ############################################## postgresql-13-13.1/contrib/pg_stat_statements/sql/pg_stat_statements.sql-287- (SELECT s.queryid FROM pg_stat_statements AS s postgresql-13-13.1/contrib/pg_stat_statements/sql/pg_stat_statements.sql:288: WHERE s.query = 'SELECT $1+$2 AS "TWO"' LIMIT 1)); postgresql-13-13.1/contrib/pg_stat_statements/sql/pg_stat_statements.sql-289-SELECT query, calls, rows FROM pg_stat_statements ORDER BY query COLLATE "C"; ############################################## postgresql-13-13.1/contrib/pg_stat_statements/sql/pg_stat_statements.sql-294-SELECT pg_stat_statements_reset(0,0,s.queryid) postgresql-13-13.1/contrib/pg_stat_statements/sql/pg_stat_statements.sql:295: FROM pg_stat_statements AS s WHERE s.query = 'SELECT $1 AS "ONE"'; postgresql-13-13.1/contrib/pg_stat_statements/sql/pg_stat_statements.sql-296-SELECT query, calls, rows FROM pg_stat_statements ORDER BY query COLLATE "C"; ############################################## postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-210- SELECT query, calls, rows FROM pg_stat_statements ORDER BY query COLLATE "C" | 0 | 0 postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out:211: UPDATE test SET b = $1 WHERE a = $2 | 6 | 6 postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-212- UPDATE test SET b = $1 WHERE a > $2 | 1 | 3 ############################################## postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-619- (SELECT s.queryid FROM pg_stat_statements AS s postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out:620: WHERE s.query = 'SELECT $1+$2 AS "TWO"' LIMIT 1)); postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-621- pg_stat_statements_reset ############################################## postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-635- SELECT pg_stat_statements_reset( +| 1 | 1 postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out:636: (SELECT r.oid FROM pg_roles AS r WHERE r.rolname = $1), +| | postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-637- (SELECT d.oid FROM pg_database As d where datname = current_database()),+| | postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-638- (SELECT s.queryid FROM pg_stat_statements AS s +| | postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out:639: WHERE s.query = $2 LIMIT $3)) | | postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-640- SELECT pg_stat_statements_reset($1) | 1 | 1 ############################################## postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-650-SELECT pg_stat_statements_reset(0,0,s.queryid) postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out:651: FROM pg_stat_statements AS s WHERE s.query = 'SELECT $1 AS "ONE"'; postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-652- pg_stat_statements_reset ############################################## postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-665- SELECT pg_stat_statements_reset( +| 1 | 1 postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out:666: (SELECT r.oid FROM pg_roles AS r WHERE r.rolname = $1), +| | postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-667- (SELECT d.oid FROM pg_database As d where datname = current_database()),+| | postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-668- (SELECT s.queryid FROM pg_stat_statements AS s +| | postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out:669: WHERE s.query = $2 LIMIT $3)) | | postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-670- SELECT pg_stat_statements_reset($1) | 1 | 1 postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-671- SELECT pg_stat_statements_reset($1,$2,s.queryid) +| 1 | 2 postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out:672: FROM pg_stat_statements AS s WHERE s.query = $3 | | postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-673- SELECT pg_stat_statements_reset() | 1 | 1 ############################################## postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-695- SELECT pg_stat_statements_reset( +| 1 | 1 postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out:696: (SELECT r.oid FROM pg_roles AS r WHERE r.rolname = $1), +| | postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-697- (SELECT d.oid FROM pg_database As d where datname = current_database()),+| | postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-698- (SELECT s.queryid FROM pg_stat_statements AS s +| | postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out:699: WHERE s.query = $2 LIMIT $3)) | | postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-700- SELECT pg_stat_statements_reset($1) | 1 | 1 postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-701- SELECT pg_stat_statements_reset($1,$2,s.queryid) +| 1 | 2 postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out:702: FROM pg_stat_statements AS s WHERE s.query = $3 | | postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-703- SELECT pg_stat_statements_reset() | 1 | 1 postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-704- SELECT pg_stat_statements_reset(r.oid) +| 1 | 1 postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out:705: FROM pg_roles AS r WHERE r.rolname = $1 | | postgresql-13-13.1/contrib/pg_stat_statements/expected/pg_stat_statements.out-706- SELECT query, calls, rows FROM pg_stat_statements ORDER BY query COLLATE "C" | 4 | 46 ############################################## postgresql-13-13.1/contrib/btree_gin/sql/macaddr.sql-2- postgresql-13-13.1/contrib/btree_gin/sql/macaddr.sql:3:CREATE TABLE test_macaddr ( postgresql-13-13.1/contrib/btree_gin/sql/macaddr.sql-4- i macaddr ############################################## postgresql-13-13.1/contrib/btree_gin/btree_gin--1.0.sql-400- postgresql-13-13.1/contrib/btree_gin/btree_gin--1.0.sql:401:CREATE FUNCTION gin_extract_value_macaddr(macaddr, internal) postgresql-13-13.1/contrib/btree_gin/btree_gin--1.0.sql-402-RETURNS internal ############################################## postgresql-13-13.1/contrib/btree_gin/btree_gin--1.0.sql-405- postgresql-13-13.1/contrib/btree_gin/btree_gin--1.0.sql:406:CREATE FUNCTION gin_compare_prefix_macaddr(macaddr, macaddr, int2, internal) postgresql-13-13.1/contrib/btree_gin/btree_gin--1.0.sql-407-RETURNS int4 ############################################## postgresql-13-13.1/contrib/btree_gin/btree_gin--1.0.sql-410- postgresql-13-13.1/contrib/btree_gin/btree_gin--1.0.sql:411:CREATE FUNCTION gin_extract_query_macaddr(macaddr, internal, int2, internal, internal) postgresql-13-13.1/contrib/btree_gin/btree_gin--1.0.sql-412-RETURNS internal ############################################## postgresql-13-13.1/contrib/btree_gin/btree_gin--1.0.sql-424- FUNCTION 1 macaddr_cmp(macaddr,macaddr), postgresql-13-13.1/contrib/btree_gin/btree_gin--1.0.sql:425: FUNCTION 2 gin_extract_value_macaddr(macaddr, internal), postgresql-13-13.1/contrib/btree_gin/btree_gin--1.0.sql:426: FUNCTION 3 gin_extract_query_macaddr(macaddr, internal, int2, internal, internal), postgresql-13-13.1/contrib/btree_gin/btree_gin--1.0.sql-427- FUNCTION 4 gin_btree_consistent(internal, int2, anyelement, int4, internal, internal), postgresql-13-13.1/contrib/btree_gin/btree_gin--1.0.sql:428: FUNCTION 5 gin_compare_prefix_macaddr(macaddr,macaddr,int2, internal), postgresql-13-13.1/contrib/btree_gin/btree_gin--1.0.sql-429-STORAGE macaddr; ############################################## postgresql-13-13.1/contrib/btree_gin/expected/macaddr.out-1-set enable_seqscan=off; postgresql-13-13.1/contrib/btree_gin/expected/macaddr.out:2:CREATE TABLE test_macaddr ( postgresql-13-13.1/contrib/btree_gin/expected/macaddr.out-3- i macaddr ############################################## postgresql-13-13.1/contrib/btree_gin/btree_gin.c-317-static Datum postgresql-13-13.1/contrib/btree_gin/btree_gin.c:318:leftmostvalue_macaddr(void) postgresql-13-13.1/contrib/btree_gin/btree_gin.c-319-{ ############################################## postgresql-13-13.1/contrib/sepgsql/sql/dml.sql-56-CREATE FUNCTION customer_credit(int) RETURNS text postgresql-13-13.1/contrib/sepgsql/sql/dml.sql:57: AS 'SELECT regexp_replace(ccredit, ''-[0-9]+$'', ''-????'') FROM customer WHERE cid = $1' postgresql-13-13.1/contrib/sepgsql/sql/dml.sql-58- LANGUAGE sql; ############################################## postgresql-13-13.1/contrib/sepgsql/sql/label.sql-52- AS 'SELECT sepgsql_setcon(regexp_replace(sepgsql_getcon(), ''_r:.*$'', ''_r:'' || label)) postgresql-13-13.1/contrib/sepgsql/sql/label.sql:53: FROM auth_tbl WHERE uname = $1 AND credential = $2'; postgresql-13-13.1/contrib/sepgsql/sql/label.sql-54-SECURITY LABEL ON FUNCTION auth_func(text,text) ############################################## postgresql-13-13.1/contrib/sepgsql/test_sepgsql-17-# we must move to contrib/sepgsql directory to run pg_regress correctly postgresql-13-13.1/contrib/sepgsql/test_sepgsql:18:cd `dirname $0` postgresql-13-13.1/contrib/sepgsql/test_sepgsql-19- ############################################## postgresql-13-13.1/contrib/sepgsql/test_sepgsql-62-echo -n "checking current user domain ... " postgresql-13-13.1/contrib/sepgsql/test_sepgsql:63:DOMAIN=`id -Z 2>/dev/null | sed 's/:/ /g' | awk '{print $3}'` postgresql-13-13.1/contrib/sepgsql/test_sepgsql-64-echo ${DOMAIN:-failed} ############################################## postgresql-13-13.1/contrib/sepgsql/test_sepgsql-83-echo -n "checking selinux operating mode ... " postgresql-13-13.1/contrib/sepgsql/test_sepgsql:84:CURRENT_MODE=`LANG=C sestatus | grep '^Current mode:' | awk '{print $3}'` postgresql-13-13.1/contrib/sepgsql/test_sepgsql-85-echo ${CURRENT_MODE:-failed} ############################################## postgresql-13-13.1/contrib/sepgsql/test_sepgsql-111-echo -n "checking for sepgsql-regtest policy ... " postgresql-13-13.1/contrib/sepgsql/test_sepgsql:112:SELINUX_MNT=`LANG=C sestatus | grep '^SELinuxfs mount:' | awk '{print $3}'` postgresql-13-13.1/contrib/sepgsql/test_sepgsql-113-if [ "$SELINUX_MNT" = "" ]; then ############################################## postgresql-13-13.1/contrib/sepgsql/test_sepgsql-142-echo -n "checking whether policy is enabled ... " postgresql-13-13.1/contrib/sepgsql/test_sepgsql:143:POLICY_STATUS=`getsebool sepgsql_regression_test_mode | awk '{print $3}'` postgresql-13-13.1/contrib/sepgsql/test_sepgsql-144-echo ${POLICY_STATUS:-failed} ############################################## postgresql-13-13.1/contrib/sepgsql/test_sepgsql-167-fi postgresql-13-13.1/contrib/sepgsql/test_sepgsql:168:POLICY_STATUS=`getsebool sepgsql_enable_users_ddl | awk '{print $3}'` postgresql-13-13.1/contrib/sepgsql/test_sepgsql-169-echo ${POLICY_STATUS:-failed} ############################################## postgresql-13-13.1/contrib/sepgsql/test_sepgsql-213- echo postgresql-13-13.1/contrib/sepgsql/test_sepgsql:214: PSQL_T=`matchpathcon -n "${CMD_PSQL}" | sed 's/:/ /g' | awk '{print $3}'` postgresql-13-13.1/contrib/sepgsql/test_sepgsql-215- if [ "${PSQL_T}" = "user_home_t" ]; then ############################################## postgresql-13-13.1/contrib/sepgsql/test_sepgsql-235-echo -n "checking sepgsql installation ... " postgresql-13-13.1/contrib/sepgsql/test_sepgsql:236:VAL="`${CMD_PSQL} -X -t -c 'SHOW sepgsql.permissive' template1 2>/dev/null`" postgresql-13-13.1/contrib/sepgsql/test_sepgsql-237-RETVAL="$?" ############################################## postgresql-13-13.1/contrib/sepgsql/test_sepgsql-268-echo -n "checking for labels in template1 ... " postgresql-13-13.1/contrib/sepgsql/test_sepgsql:269:NUM=`${CMD_PSQL} -XAt -c 'SELECT count(*) FROM pg_catalog.pg_seclabel' template1 2>/dev/null` postgresql-13-13.1/contrib/sepgsql/test_sepgsql-270-if [ -z "${NUM}" ]; then ############################################## postgresql-13-13.1/contrib/sepgsql/expected/label.out-44- AS 'SELECT sepgsql_setcon(regexp_replace(sepgsql_getcon(), ''_r:.*$'', ''_r:'' || label)) postgresql-13-13.1/contrib/sepgsql/expected/label.out:45: FROM auth_tbl WHERE uname = $1 AND credential = $2'; postgresql-13-13.1/contrib/sepgsql/expected/label.out-46-SECURITY LABEL ON FUNCTION auth_func(text,text) ############################################## postgresql-13-13.1/contrib/sepgsql/expected/dml.out-47-CREATE FUNCTION customer_credit(int) RETURNS text postgresql-13-13.1/contrib/sepgsql/expected/dml.out:48: AS 'SELECT regexp_replace(ccredit, ''-[0-9]+$'', ''-????'') FROM customer WHERE cid = $1' postgresql-13-13.1/contrib/sepgsql/expected/dml.out-49- LANGUAGE sql; ############################################## postgresql-13-13.1/contrib/sepgsql/launcher-9-if [ $# -lt 1 ]; then postgresql-13-13.1/contrib/sepgsql/launcher:10: echo "usage: `basename $0` <command> [options...]" postgresql-13-13.1/contrib/sepgsql/launcher-11- exit 1 ############################################## postgresql-13-13.1/contrib/sepgsql/launcher-36- fi postgresql-13-13.1/contrib/sepgsql/launcher:37: CONTEXT=`echo "$LINE" | sed 's/^-- @SECURITY-CONTEXT=//g'` postgresql-13-13.1/contrib/sepgsql/launcher-38- LINE="SELECT sepgsql_getcon(); -- confirm client privilege" ############################################## postgresql-13-13.1/contrib/start-scripts/freebsd-60- # Print help postgresql-13-13.1/contrib/start-scripts/freebsd:61: echo "Usage: `basename $0` {start|stop|restart|status}" 1>&2 postgresql-13-13.1/contrib/start-scripts/freebsd-62- exit 1 ############################################## postgresql-13-13.1/contrib/postgres_fdw/sql/postgres_fdw.sql-991--- simple join postgresql-13-13.1/contrib/postgres_fdw/sql/postgres_fdw.sql:992:PREPARE st1(int, int) AS SELECT t1.c3, t2.c3 FROM ft1 t1, ft2 t2 WHERE t1.c1 = $1 AND t2.c1 = $2; postgresql-13-13.1/contrib/postgres_fdw/sql/postgres_fdw.sql-993-EXPLAIN (VERBOSE, COSTS OFF) EXECUTE st1(1, 2); ############################################## postgresql-13-13.1/contrib/postgres_fdw/sql/postgres_fdw.sql-1006--- custom plan should be chosen initially postgresql-13-13.1/contrib/postgres_fdw/sql/postgres_fdw.sql:1007:PREPARE st4(int) AS SELECT * FROM ft1 t1 WHERE t1.c1 = $1; postgresql-13-13.1/contrib/postgres_fdw/sql/postgres_fdw.sql-1008-EXPLAIN (VERBOSE, COSTS OFF) EXECUTE st4(1); ############################################## postgresql-13-13.1/contrib/postgres_fdw/sql/postgres_fdw.sql-1015--- value of $1 should not be sent to remote postgresql-13-13.1/contrib/postgres_fdw/sql/postgres_fdw.sql:1016:PREPARE st5(user_enum,int) AS SELECT * FROM ft1 t1 WHERE c8 = $1 and c1 = $2; postgresql-13-13.1/contrib/postgres_fdw/sql/postgres_fdw.sql-1017-EXPLAIN (VERBOSE, COSTS OFF) EXECUTE st5('foo', 1); ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-2944- Relations: Aggregate on (public.ft1 t1) postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:2945: Remote SQL: SELECT count("C 1") FILTER (WHERE (($1::integer = 6) AND ($2::integer < 10))) FROM "S 1"."T 1" WHERE (("C 1" = 6)) postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-2946-(13 rows) ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-3668--- simple join postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:3669:PREPARE st1(int, int) AS SELECT t1.c3, t2.c3 FROM ft1 t1, ft2 t2 WHERE t1.c1 = $1 AND t2.c1 = $2; postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-3670-EXPLAIN (VERBOSE, COSTS OFF) EXECUTE st1(1, 2); ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-3757--- custom plan should be chosen initially postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:3758:PREPARE st4(int) AS SELECT * FROM ft1 t1 WHERE t1.c1 = $1; postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-3759-EXPLAIN (VERBOSE, COSTS OFF) EXECUTE st4(1); ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-3804- Output: c1, c2, c3, c4, c5, c6, c7, c8 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:3805: Remote SQL: SELECT "C 1", c2, c3, c4, c5, c6, c7, c8 FROM "S 1"."T 1" WHERE (("C 1" = $1::integer)) postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-3806-(3 rows) ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-3808--- value of $1 should not be sent to remote postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:3809:PREPARE st5(user_enum,int) AS SELECT * FROM ft1 t1 WHERE c8 = $1 and c1 = $2; postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-3810-EXPLAIN (VERBOSE, COSTS OFF) EXECUTE st5('foo', 1); ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-3860- Filter: (t1.c8 = $1) postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:3861: Remote SQL: SELECT "C 1", c2, c3, c4, c5, c6, c7, c8 FROM "S 1"."T 1" WHERE (("C 1" = $1::integer)) postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-3862-(4 rows) ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-5462- Update on public.ft2 target postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:5463: Remote SQL: UPDATE "S 1"."T 1" SET c2 = $2, c7 = $3 WHERE ctid = $1 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-5464- -> Foreign Scan on public.ft2 target ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-5493- Output: c1, c2, c3, c4, c5, c6, c7, c8 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:5494: Remote SQL: UPDATE "S 1"."T 1" SET c3 = $2 WHERE ctid = $1 RETURNING "C 1", c2, c3, c4, c5, c6, c7, c8 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-5495- -> Foreign Scan on public.ft2 ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-5524- Output: ft2.c1, ft2.c2, ft2.c3, ft2.c4, ft2.c5, ft2.c6, ft2.c7, ft2.c8, ft4.c1, ft4.c2, ft4.c3, ft5.c1, ft5.c2, ft5.c3 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:5525: Remote SQL: UPDATE "S 1"."T 1" SET c3 = $2 WHERE ctid = $1 RETURNING "C 1", c2, c3, c4, c5, c6, c7, c8 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-5526- -> Nested Loop ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-5566- Output: ft2.c1, ft2.c2, ft2.c3 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:5567: Remote SQL: DELETE FROM "S 1"."T 1" WHERE ctid = $1 RETURNING "C 1", c2, c3 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-5568- -> Foreign Scan ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-6218- Update on public.foreign_tbl postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:6219: Remote SQL: UPDATE public.base_tbl SET b = $2 WHERE ctid = $1 RETURNING a, b postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-6220- -> Foreign Scan on public.foreign_tbl ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-6232- Update on public.foreign_tbl postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:6233: Remote SQL: UPDATE public.base_tbl SET b = $2 WHERE ctid = $1 RETURNING a, b postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-6234- -> Foreign Scan on public.foreign_tbl ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-6306- Foreign Update on public.foreign_tbl parent_tbl_1 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:6307: Remote SQL: UPDATE public.child_tbl SET b = $2 WHERE ctid = $1 RETURNING a, b postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-6308- -> Foreign Scan on public.foreign_tbl parent_tbl_1 ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-6321- Foreign Update on public.foreign_tbl parent_tbl_1 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:6322: Remote SQL: UPDATE public.child_tbl SET b = $2 WHERE ctid = $1 RETURNING a, b postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-6323- -> Foreign Scan on public.foreign_tbl parent_tbl_1 ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-6638- Update on public.rem1 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:6639: Remote SQL: UPDATE public.loc1 SET f1 = $2, f2 = $3 WHERE ctid = $1 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-6640- -> Foreign Scan on public.rem1 ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-6871- Update on public.rem1 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:6872: Remote SQL: UPDATE public.loc1 SET f1 = $2, f2 = $3 WHERE ctid = $1 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-6873- -> Foreign Scan on public.rem1 ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-6895- Update on public.rem1 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:6896: Remote SQL: UPDATE public.loc1 SET f2 = $2 WHERE ctid = $1 RETURNING f1, f2 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-6897- -> Foreign Scan on public.rem1 ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-6929- Delete on public.rem1 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:6930: Remote SQL: DELETE FROM public.loc1 WHERE ctid = $1 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-6931- -> Foreign Scan on public.rem1 ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-6953- Delete on public.rem1 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:6954: Remote SQL: DELETE FROM public.loc1 WHERE ctid = $1 RETURNING f1, f2 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-6955- -> Foreign Scan on public.rem1 ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-7212- Foreign Update on public.bar2 bar_1 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:7213: Remote SQL: UPDATE public.loct2 SET f2 = $2 WHERE ctid = $1 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-7214- -> Hash Join ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-7273- Foreign Update on public.bar2 bar_1 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:7274: Remote SQL: UPDATE public.loct2 SET f2 = $2 WHERE ctid = $1 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-7275- -> Hash Join ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-7503- Foreign Update on public.bar2 bar_1 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:7504: Remote SQL: UPDATE public.loct2 SET f1 = $2, f2 = $3, f3 = $4 WHERE ctid = $1 RETURNING f1, f2, f3 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-7505- -> Seq Scan on public.bar ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-7531- Foreign Delete on public.bar2 bar_1 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:7532: Remote SQL: DELETE FROM public.loct2 WHERE ctid = $1 RETURNING f1, f2, f3 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-7533- -> Seq Scan on public.bar ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-7907- Foreign Update on public.remp utrtest_1 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:7908: Remote SQL: UPDATE public.loct SET a = $2 WHERE ctid = $1 RETURNING a, b postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-7909- Update on public.locp utrtest_2 ############################################## postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-7975- Foreign Update on public.remp utrtest_2 postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out:7976: Remote SQL: UPDATE public.loct SET a = $2 WHERE ctid = $1 RETURNING a, b postgresql-13-13.1/contrib/postgres_fdw/expected/postgres_fdw.out-7977- -> Hash Join ############################################## postgresql-13-13.1/contrib/postgres_fdw/deparse.c-1796- } postgresql-13-13.1/contrib/postgres_fdw/deparse.c:1797: appendStringInfoString(buf, " WHERE ctid = $1"); postgresql-13-13.1/contrib/postgres_fdw/deparse.c-1798- ############################################## postgresql-13-13.1/contrib/postgres_fdw/deparse.c-1912- deparseRelation(buf, rel); postgresql-13-13.1/contrib/postgres_fdw/deparse.c:1913: appendStringInfoString(buf, " WHERE ctid = $1"); postgresql-13-13.1/contrib/postgres_fdw/deparse.c-1914- ############################################## postgresql-13-13.1/contrib/postgres_fdw/deparse.c-2436- postgresql-13-13.1/contrib/postgres_fdw/deparse.c:2437: printRemoteParam(pindex, node->vartype, node->vartypmod, context); postgresql-13-13.1/contrib/postgres_fdw/deparse.c-2438- } ############################################## postgresql-13-13.1/contrib/postgres_fdw/deparse.c-2581- postgresql-13-13.1/contrib/postgres_fdw/deparse.c:2582: printRemoteParam(pindex, node->paramtype, node->paramtypmod, context); postgresql-13-13.1/contrib/postgres_fdw/deparse.c-2583- } ############################################## postgresql-13-13.1/src/include/storage/s_lock.h-112-/*---------- postgresql-13-13.1/src/include/storage/s_lock.h:113: * Standard gcc asm format (assuming "volatile slock_t *lock"): postgresql-13-13.1/src/include/storage/s_lock.h-114- ############################################## postgresql-13-13.1/src/include/storage/s_lock.h-123- * The output-operands list (after first colon) should always include postgresql-13-13.1/src/include/storage/s_lock.h:124: * "+m"(*lock), whether or not the asm code actually refers to this postgresql-13-13.1/src/include/storage/s_lock.h-125- * operand directly. This ensures that gcc believes the value in the postgresql-13-13.1/src/include/storage/s_lock.h:126: * lock variable is used and set by the asm code. Also, the clobbers postgresql-13-13.1/src/include/storage/s_lock.h-127- * list (after third colon) should always include "memory"; this prevents postgresql-13-13.1/src/include/storage/s_lock.h-128- * gcc from thinking it can cache the values of shared-memory fields postgresql-13-13.1/src/include/storage/s_lock.h:129: * across the asm code. Add "cc" if your asm code changes the condition postgresql-13-13.1/src/include/storage/s_lock.h-130- * code register, and also list any temp registers the code uses. ############################################## postgresql-13-13.1/src/include/storage/s_lock.h-269- * postgresql-13-13.1/src/include/storage/s_lock.h:270: * While icc accepts gcc asm blocks on x86[_64], this is not true on ia64 postgresql-13-13.1/src/include/storage/s_lock.h-271- * (at least not in icc versions before 12.x). So we have to carry a separate ############################################## postgresql-13-13.1/src/include/storage/s_lock.h-304- postgresql-13-13.1/src/include/storage/s_lock.h:305: ret = _InterlockedExchange(lock,1); /* this is a xchg asm macro */ postgresql-13-13.1/src/include/storage/s_lock.h-306- ############################################## postgresql-13-13.1/src/include/storage/s_lock.h-487-" li %1,1 \n" postgresql-13-13.1/src/include/storage/s_lock.h:488:" b $+12 \n" /* branch to end of asm sequence */ postgresql-13-13.1/src/include/storage/s_lock.h-489-#ifdef USE_PPC_LWSYNC ############################################## postgresql-13-13.1/src/include/storage/s_lock.h-700- /* postgresql-13-13.1/src/include/storage/s_lock.h:701: * This asm is coded as if %0 could be any register, but actually SuperH postgresql-13-13.1/src/include/storage/s_lock.h-702- * restricts the target of xor-immediate to be R0. That's handled by ############################################## postgresql-13-13.1/src/include/storage/s_lock.h-902-{ postgresql-13-13.1/src/include/storage/s_lock.h:903: /* See comment for gcc code. Same code, MASM syntax */ postgresql-13-13.1/src/include/storage/s_lock.h:904: __asm rep nop; postgresql-13-13.1/src/include/storage/s_lock.h-905-} ############################################## postgresql-13-13.1/src/include/libpq/ifaddr.h-20- postgresql-13-13.1/src/include/libpq/ifaddr.h:21:extern int pg_range_sockaddr(const struct sockaddr_storage *addr, postgresql-13-13.1/src/include/libpq/ifaddr.h-22- const struct sockaddr_storage *netaddr, ############################################## postgresql-13-13.1/src/include/libpq/ifaddr.h-27- postgresql-13-13.1/src/include/libpq/ifaddr.h:28:extern int pg_foreach_ifaddr(PgIfAddrCallback callback, void *cb_data); postgresql-13-13.1/src/include/libpq/ifaddr.h-29- ############################################## postgresql-13-13.1/src/include/libpq/libpq-be.h-124- ProtocolVersion proto; /* FE/BE protocol version */ postgresql-13-13.1/src/include/libpq/libpq-be.h:125: SockAddr laddr; /* local addr (postmaster) */ postgresql-13-13.1/src/include/libpq/libpq-be.h:126: SockAddr raddr; /* remote addr (client) */ postgresql-13-13.1/src/include/libpq/libpq-be.h-127- char *remote_host; /* name (or ip addr) of remote host */ ############################################## postgresql-13-13.1/src/include/utils/builtins.h-104-extern Datum network_scan_last(Datum in); postgresql-13-13.1/src/include/utils/builtins.h:105:extern void clean_ipv6_addr(int addr_family, char *addr); postgresql-13-13.1/src/include/utils/builtins.h-106- ############################################## postgresql-13-13.1/src/include/utils/inet.h-76- postgresql-13-13.1/src/include/utils/inet.h:77:#define ip_addr(inetptr) \ postgresql-13-13.1/src/include/utils/inet.h-78- (((inet_struct *) VARDATA_ANY(inetptr))->ipaddr) ############################################## postgresql-13-13.1/src/include/catalog/pg_proc.dat-2392- provolatile => 's', prorettype => 'text', proargtypes => 'oid name', postgresql-13-13.1/src/include/catalog/pg_proc.dat:2393: prosrc => 'select description from pg_catalog.pg_description where objoid = $1 and classoid = (select oid from pg_catalog.pg_class where relname = $2 and relnamespace = PGNSP) and objsubid = 0' }, postgresql-13-13.1/src/include/catalog/pg_proc.dat-2394-{ oid => '1216', descr => 'get description for table column', ############################################## postgresql-13-13.1/src/include/catalog/pg_proc.dat-2396- provolatile => 's', prorettype => 'text', proargtypes => 'oid int4', postgresql-13-13.1/src/include/catalog/pg_proc.dat:2397: prosrc => 'select description from pg_catalog.pg_description where objoid = $1 and classoid = \'pg_catalog.pg_class\'::pg_catalog.regclass and objsubid = $2' }, postgresql-13-13.1/src/include/catalog/pg_proc.dat-2398-{ oid => '1993', ############################################## postgresql-13-13.1/src/include/catalog/pg_proc.dat-2401- provolatile => 's', prorettype => 'text', proargtypes => 'oid name', postgresql-13-13.1/src/include/catalog/pg_proc.dat:2402: prosrc => 'select description from pg_catalog.pg_shdescription where objoid = $1 and classoid = (select oid from pg_catalog.pg_class where relname = $2 and relnamespace = PGNSP)' }, postgresql-13-13.1/src/include/catalog/pg_proc.dat-2403- ############################################## postgresql-13-13.1/src/include/catalog/pg_proc.dat-2733- provolatile => 's', prorettype => 'text', proargtypes => 'oid', postgresql-13-13.1/src/include/catalog/pg_proc.dat:2734: prosrc => 'select description from pg_catalog.pg_description where objoid = $1 and objsubid = 0' }, postgresql-13-13.1/src/include/catalog/pg_proc.dat-2735- ############################################## postgresql-13-13.1/src/include/port/atomics/arch-x86.h-68-/* postgresql-13-13.1/src/include/port/atomics/arch-x86.h:69: * It's too complicated to write inline asm for 64bit types on 32bit and the postgresql-13-13.1/src/include/port/atomics/arch-x86.h-70- * 486 can't do it anyway. ############################################## postgresql-13-13.1/src/include/port/atomics/arch-x86.h-127-{ postgresql-13-13.1/src/include/port/atomics/arch-x86.h:128: /* See comment for gcc code. Same code, MASM syntax */ postgresql-13-13.1/src/include/port/atomics/arch-x86.h:129: __asm rep nop; postgresql-13-13.1/src/include/port/atomics/arch-x86.h-130-} ############################################## postgresql-13-13.1/src/include/port/atomics/generic-gcc.h-27-/* postgresql-13-13.1/src/include/port/atomics/generic-gcc.h:28: * An empty asm block should be a sufficient compiler barrier. postgresql-13-13.1/src/include/port/atomics/generic-gcc.h-29- */ ############################################## postgresql-13-13.1/src/test/mb/mbregress.sh-49- dropdb $i >/dev/null 2>&1 postgresql-13-13.1/src/test/mb/mbregress.sh:50: createdb -T template0 -l C -E `echo $i | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` $i >/dev/null postgresql-13-13.1/src/test/mb/mbregress.sh-51- $PSQL $i < sql/${i}.sql > results/${i}.out 2>&1 ############################################## postgresql-13-13.1/src/test/mb/mbregress.sh-60- postgresql-13-13.1/src/test/mb/mbregress.sh:61: if [ `diff ${EXPECTED} results/${i}.out | wc -l` -ne 0 ] postgresql-13-13.1/src/test/mb/mbregress.sh-62- then ############################################## postgresql-13-13.1/src/test/recovery/t/007_sync_rep.pl-38- my $query = postgresql-13-13.1/src/test/recovery/t/007_sync_rep.pl:39: "SELECT count(1) = 1 FROM pg_stat_replication WHERE application_name = '$standby_name'"; postgresql-13-13.1/src/test/recovery/t/007_sync_rep.pl-40- ############################################## postgresql-13-13.1/src/test/recovery/t/006_logical_decoding.pl-176-my $logical_restart_lsn_pre = $node_master->safe_psql('postgres', postgresql-13-13.1/src/test/recovery/t/006_logical_decoding.pl:177: "SELECT restart_lsn from pg_replication_slots WHERE slot_name = '$logical_slot';" postgresql-13-13.1/src/test/recovery/t/006_logical_decoding.pl-178-); ############################################## postgresql-13-13.1/src/test/recovery/t/006_logical_decoding.pl-182-my $logical_restart_lsn_post = $node_master->safe_psql('postgres', postgresql-13-13.1/src/test/recovery/t/006_logical_decoding.pl:183: "SELECT restart_lsn from pg_replication_slots WHERE slot_name = '$logical_slot';" postgresql-13-13.1/src/test/recovery/t/006_logical_decoding.pl-184-); ############################################## postgresql-13-13.1/src/test/recovery/t/001_stream_rep.pl-224- FROM pg_catalog.pg_replication_slots postgresql-13-13.1/src/test/recovery/t/001_stream_rep.pl:225: WHERE slot_name = '$slotname'; postgresql-13-13.1/src/test/recovery/t/001_stream_rep.pl-226- ]) or die "Timed out waiting for slot xmins to advance"; ############################################## postgresql-13-13.1/src/test/recovery/t/001_stream_rep.pl-258- $node_standby_1->safe_psql('postgres', postgresql-13-13.1/src/test/recovery/t/001_stream_rep.pl:259: qq[SELECT 1 FROM replayed WHERE val = $newval]) postgresql-13-13.1/src/test/recovery/t/001_stream_rep.pl-260- or die "standby_1 didn't replay master value $newval"; postgresql-13-13.1/src/test/recovery/t/001_stream_rep.pl-261- $node_standby_2->safe_psql('postgres', postgresql-13-13.1/src/test/recovery/t/001_stream_rep.pl:262: qq[SELECT 1 FROM replayed WHERE val = $newval]) postgresql-13-13.1/src/test/recovery/t/001_stream_rep.pl-263- or die "standby_2 didn't replay standby_1 value $newval"; ############################################## postgresql-13-13.1/src/test/recovery/t/001_stream_rep.pl-363-my $is_replayed = $node_standby_2->safe_psql('postgres', postgresql-13-13.1/src/test/recovery/t/001_stream_rep.pl:364: qq[SELECT 1 FROM replayed WHERE val = $newval]); postgresql-13-13.1/src/test/recovery/t/001_stream_rep.pl-365-is($is_replayed, qq(1), "standby_2 didn't replay master value $newval"); ############################################## postgresql-13-13.1/src/test/recovery/t/001_stream_rep.pl-394-my $phys_restart_lsn_pre = $node_master->safe_psql('postgres', postgresql-13-13.1/src/test/recovery/t/001_stream_rep.pl:395: "SELECT restart_lsn from pg_replication_slots WHERE slot_name = '$phys_slot';" postgresql-13-13.1/src/test/recovery/t/001_stream_rep.pl-396-); ############################################## postgresql-13-13.1/src/test/recovery/t/001_stream_rep.pl-400-my $phys_restart_lsn_post = $node_master->safe_psql('postgres', postgresql-13-13.1/src/test/recovery/t/001_stream_rep.pl:401: "SELECT restart_lsn from pg_replication_slots WHERE slot_name = '$phys_slot';" postgresql-13-13.1/src/test/recovery/t/001_stream_rep.pl-402-); ############################################## postgresql-13-13.1/src/test/recovery/t/017_shm.pl-138- 'postgres', postgresql-13-13.1/src/test/recovery/t/017_shm.pl:139: "SELECT 1 FROM pg_stat_activity WHERE query = '$slow_query'", '1'), postgresql-13-13.1/src/test/recovery/t/017_shm.pl-140- 'slow query started'); postgresql-13-13.1/src/test/recovery/t/017_shm.pl-141-my $slow_pid = $gnat->safe_psql('postgres', postgresql-13-13.1/src/test/recovery/t/017_shm.pl:142: "SELECT pid FROM pg_stat_activity WHERE query = '$slow_query'"); postgresql-13-13.1/src/test/recovery/t/017_shm.pl-143-$gnat->kill9; ############################################## postgresql-13-13.1/src/test/perl/PostgresNode.pm-1201- { postgresql-13-13.1/src/test/perl/PostgresNode.pm:1202: foreach my $addr (qw(127.0.0.1), postgresql-13-13.1/src/test/perl/PostgresNode.pm-1203- $use_tcp ? qw(127.0.0.2 127.0.0.3 0.0.0.0) : ()) ############################################## postgresql-13-13.1/src/test/perl/PostgresNode.pm-1923- my $query = postgresql-13-13.1/src/test/perl/PostgresNode.pm:1924: qq[SELECT $lsn_expr <= ${mode}_lsn AND state = 'streaming' FROM pg_catalog.pg_stat_replication WHERE application_name = '$standby_name';]; postgresql-13-13.1/src/test/perl/PostgresNode.pm-1925- $self->poll_query_until('postgres', $query) ############################################## postgresql-13-13.1/src/test/perl/PostgresNode.pm-1966- my $query = postgresql-13-13.1/src/test/perl/PostgresNode.pm:1967: qq[SELECT '$target_lsn' <= ${mode}_lsn FROM pg_catalog.pg_replication_slots WHERE slot_name = '$slot_name';]; postgresql-13-13.1/src/test/perl/PostgresNode.pm-1968- $self->poll_query_until('postgres', $query) ############################################## postgresql-13-13.1/src/test/perl/PostgresNode.pm-2042- 'postgres', postgresql-13-13.1/src/test/perl/PostgresNode.pm:2043: "SELECT __COLUMNS__ FROM pg_catalog.pg_replication_slots WHERE slot_name = '$slot_name'", postgresql-13-13.1/src/test/perl/PostgresNode.pm-2044- @columns); ############################################## postgresql-13-13.1/src/test/locale/Makefile-20-check-%: all postgresql-13-13.1/src/test/locale/Makefile:21: @$(MAKE) -C `echo $@ | sed 's/^check-//'` test ############################################## postgresql-13-13.1/src/test/isolation/specs/eval-plan-qual.spec-12- CREATE FUNCTION update_checking(int) RETURNS bool LANGUAGE sql AS $$ postgresql-13-13.1/src/test/isolation/specs/eval-plan-qual.spec:13: UPDATE accounts SET balance = balance + 1 WHERE accountid = 'checking'; SELECT true;$$; postgresql-13-13.1/src/test/isolation/specs/eval-plan-qual.spec-14- ############################################## postgresql-13-13.1/src/test/isolation/specs/insert-conflict-specconflict.spec-214- # blurt_and_lock_4 acquires an advisory lock which allows us to pause postgresql-13-13.1/src/test/isolation/specs/insert-conflict-specconflict.spec:215: # execution c) before completing the speculative insertion postgresql-13-13.1/src/test/isolation/specs/insert-conflict-specconflict.spec-216- ############################################## postgresql-13-13.1/src/test/kerberos/t/001_auth.pl-153-{ postgresql-13-13.1/src/test/kerberos/t/001_auth.pl:154: kill 'INT', `cat $kdc_pidfile` if -f $kdc_pidfile; postgresql-13-13.1/src/test/kerberos/t/001_auth.pl-155-} ############################################## postgresql-13-13.1/src/test/examples/testlibpq3.c-170- res = PQexecParams(conn, postgresql-13-13.1/src/test/examples/testlibpq3.c:171: "SELECT * FROM test1 WHERE t = $1", postgresql-13-13.1/src/test/examples/testlibpq3.c-172- 1, /* one param */ ############################################## postgresql-13-13.1/src/test/examples/testlibpq3.c-208- res = PQexecParams(conn, postgresql-13-13.1/src/test/examples/testlibpq3.c:209: "SELECT * FROM test1 WHERE i = $1::int4", postgresql-13-13.1/src/test/examples/testlibpq3.c-210- 1, /* one param */ ############################################## postgresql-13-13.1/src/test/ldap/t/001_auth.pl-116-{ postgresql-13-13.1/src/test/ldap/t/001_auth.pl:117: kill 'INT', `cat $slapd_pidfile` if -f $slapd_pidfile; postgresql-13-13.1/src/test/ldap/t/001_auth.pl-118-} ############################################## postgresql-13-13.1/src/test/regress/sql/rules.sql-432-create function rtest_viewfunc1(int4) returns int4 as postgresql-13-13.1/src/test/regress/sql/rules.sql:433: 'select count(*)::int4 from rtest_view2 where a = $1' postgresql-13-13.1/src/test/regress/sql/rules.sql-434- language sql; ############################################## postgresql-13-13.1/src/test/regress/sql/opr_sanity.sql-40- if $2 = 'pg_catalog.anyrange'::pg_catalog.regtype then postgresql-13-13.1/src/test/regress/sql/opr_sanity.sql:41: if (select typtype from pg_catalog.pg_type where oid = $1) = 'r' postgresql-13-13.1/src/test/regress/sql/opr_sanity.sql-42- then return true; end if; ############################################## postgresql-13-13.1/src/test/regress/sql/opr_sanity.sql-65- if $2 = 'pg_catalog.anyrange'::pg_catalog.regtype then postgresql-13-13.1/src/test/regress/sql/opr_sanity.sql:66: if (select typtype from pg_catalog.pg_type where oid = $1) = 'r' postgresql-13-13.1/src/test/regress/sql/opr_sanity.sql-67- then return true; end if; ############################################## postgresql-13-13.1/src/test/regress/sql/prepare.sql-34- SELECT datname, datistemplate, datallowconn postgresql-13-13.1/src/test/regress/sql/prepare.sql:35: FROM pg_database WHERE datname = $1; postgresql-13-13.1/src/test/regress/sql/prepare.sql-36- ############################################## postgresql-13-13.1/src/test/regress/sql/prepare.sql-39-PREPARE q3(text, int, float, boolean, smallint) AS postgresql-13-13.1/src/test/regress/sql/prepare.sql:40: SELECT * FROM tenk1 WHERE string4 = $1 AND (four = $2 OR postgresql-13-13.1/src/test/regress/sql/prepare.sql-41- ten = $3::bigint OR true = $4 OR odd = $5::int) ############################################## postgresql-13-13.1/src/test/regress/sql/prepare.sql-59-PREPARE q5(int, text) AS postgresql-13-13.1/src/test/regress/sql/prepare.sql:60: SELECT * FROM tenk1 WHERE unique1 = $1 OR stringu1 = $2 postgresql-13-13.1/src/test/regress/sql/prepare.sql-61- ORDER BY unique1; ############################################## postgresql-13-13.1/src/test/regress/sql/prepare.sql-69-PREPARE q6 AS postgresql-13-13.1/src/test/regress/sql/prepare.sql:70: SELECT * FROM tenk1 WHERE unique1 = $1 AND stringu1 = $2; postgresql-13-13.1/src/test/regress/sql/prepare.sql-71-PREPARE q7(unknown) AS postgresql-13-13.1/src/test/regress/sql/prepare.sql:72: SELECT * FROM road WHERE thepath = $1; postgresql-13-13.1/src/test/regress/sql/prepare.sql-73- ############################################## postgresql-13-13.1/src/test/regress/sql/partition_prune.sql-364-prepare ab_q1 (int, int, int) as postgresql-13-13.1/src/test/regress/sql/partition_prune.sql:365:select * from ab where a between $1 and $2 and b <= $3; postgresql-13-13.1/src/test/regress/sql/partition_prune.sql-366- ############################################## postgresql-13-13.1/src/test/regress/sql/partition_prune.sql-555- select tableoid::regclass,a,b from ab postgresql-13-13.1/src/test/regress/sql/partition_prune.sql:556:) ab where a = $1 and b = (select -10); postgresql-13-13.1/src/test/regress/sql/partition_prune.sql-557- ############################################## postgresql-13-13.1/src/test/regress/sql/partition_prune.sql-676-prepare part_abc_q1 (int, int, int) as postgresql-13-13.1/src/test/regress/sql/partition_prune.sql:677:select * from part_abc where a = $1 and b = $2 and c = $3; postgresql-13-13.1/src/test/regress/sql/partition_prune.sql-678- ############################################## postgresql-13-13.1/src/test/regress/sql/partition_prune.sql-787-prepare ps1 as postgresql-13-13.1/src/test/regress/sql/partition_prune.sql:788: select * from mc3p where a = $1 and abs(b) < (select 3); postgresql-13-13.1/src/test/regress/sql/partition_prune.sql-789-explain (analyze, costs off, summary off, timing off) ############################################## postgresql-13-13.1/src/test/regress/sql/partition_prune.sql-792-prepare ps2 as postgresql-13-13.1/src/test/regress/sql/partition_prune.sql:793: select * from mc3p where a <= $1 and abs(b) < (select 3); postgresql-13-13.1/src/test/regress/sql/partition_prune.sql-794-explain (analyze, costs off, summary off, timing off) ############################################## postgresql-13-13.1/src/test/regress/sql/partition_prune.sql-828-analyze ma_test; postgresql-13-13.1/src/test/regress/sql/partition_prune.sql:829:prepare mt_q1 (int) as select a from ma_test where a >= $1 and a % 10 = 5 order by b; postgresql-13-13.1/src/test/regress/sql/partition_prune.sql-830- ############################################## postgresql-13-13.1/src/test/regress/sql/partition_prune.sql-840- postgresql-13-13.1/src/test/regress/sql/partition_prune.sql:841:prepare mt_q2 (int) as select * from ma_test where a >= $1 order by b limit 1; postgresql-13-13.1/src/test/regress/sql/partition_prune.sql-842- ############################################## postgresql-13-13.1/src/test/regress/sql/partition_prune.sql-1014- ) s(a, b, c) postgresql-13-13.1/src/test/regress/sql/partition_prune.sql:1015:where s.a = $1 and s.b = $2 and s.c = (select 1); postgresql-13-13.1/src/test/regress/sql/partition_prune.sql-1016- ############################################## postgresql-13-13.1/src/test/regress/sql/plancache.sql-12--- and one with parameters postgresql-13-13.1/src/test/regress/sql/plancache.sql:13:PREPARE prepstmt2(bigint) AS SELECT * FROM pcachetest WHERE q1 = $1; postgresql-13-13.1/src/test/regress/sql/plancache.sql-14- ############################################## postgresql-13-13.1/src/test/regress/sql/plancache.sql-187- postgresql-13-13.1/src/test/regress/sql/plancache.sql:188:prepare test_mode_pp (int) as select count(*) from test_mode where a = $1; postgresql-13-13.1/src/test/regress/sql/plancache.sql-189- ############################################## postgresql-13-13.1/src/test/regress/sql/privileges.sql-502-CREATE FUNCTION priv_testfunc4(boolean) RETURNS text postgresql-13-13.1/src/test/regress/sql/privileges.sql:503: AS 'select col1 from atest2 where col2 = $1;' postgresql-13-13.1/src/test/regress/sql/privileges.sql-504- LANGUAGE sql SECURITY DEFINER; ############################################## postgresql-13-13.1/src/test/regress/sql/rowsecurity.sql-579--- prepared statement with regress_rls_alice privilege postgresql-13-13.1/src/test/regress/sql/rowsecurity.sql:580:PREPARE p1(int) AS SELECT * FROM t1 WHERE a <= $1; postgresql-13-13.1/src/test/regress/sql/rowsecurity.sql-581-EXECUTE p1(2); ############################################## postgresql-13-13.1/src/test/regress/sql/rowsecurity.sql-593- postgresql-13-13.1/src/test/regress/sql/rowsecurity.sql:594:PREPARE p2(int) AS SELECT * FROM t1 WHERE a = $1; postgresql-13-13.1/src/test/regress/sql/rowsecurity.sql-595-EXECUTE p2(2); ############################################## postgresql-13-13.1/src/test/regress/sql/plpgsql.sql-1016-begin postgresql-13-13.1/src/test/regress/sql/plpgsql.sql:1017: select into rec * from PSlot where slotname = $1; postgresql-13-13.1/src/test/regress/sql/plpgsql.sql-1018- if not found then ############################################## postgresql-13-13.1/src/test/regress/sql/plpgsql.sql-1060-begin postgresql-13-13.1/src/test/regress/sql/plpgsql.sql:1061: select into psrec * from PSlot where slotname = $1; postgresql-13-13.1/src/test/regress/sql/plpgsql.sql-1062- if not found then ############################################## postgresql-13-13.1/src/test/regress/sql/plpgsql.sql-1096-begin postgresql-13-13.1/src/test/regress/sql/plpgsql.sql:1097: select into rec * from WSlot where slotname = $1; postgresql-13-13.1/src/test/regress/sql/plpgsql.sql-1098- if not found then ############################################## postgresql-13-13.1/src/test/regress/sql/plpgsql.sql-2450- -- no rows postgresql-13-13.1/src/test/regress/sql/plpgsql.sql:2451: execute 'select * from foo where f1 = $1 or f1::text = $2' using 0, 'foo' into strict x; postgresql-13-13.1/src/test/regress/sql/plpgsql.sql-2452- raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; ############################################## postgresql-13-13.1/src/test/regress/sql/plpgsql.sql-3619-create function error1(text) returns text language sql as postgresql-13-13.1/src/test/regress/sql/plpgsql.sql:3620:$$ SELECT relname::text FROM pg_class c WHERE c.oid = $1::regclass $$; postgresql-13-13.1/src/test/regress/sql/plpgsql.sql-3621- ############################################## postgresql-13-13.1/src/test/regress/sql/hs_standby_allowed.sql-98-PREPARE hsp AS select count(*) from hs1; postgresql-13-13.1/src/test/regress/sql/hs_standby_allowed.sql:99:PREPARE hsp_noexec (integer) AS insert into hs1 values ($1); postgresql-13-13.1/src/test/regress/sql/hs_standby_allowed.sql-100- ############################################## postgresql-13-13.1/src/test/regress/sql/join.sql-667- on (a.unique2 = b.unique1 and exists postgresql-13-13.1/src/test/regress/sql/join.sql:668: (select 1 from tenk1 c where c.thousand = b.unique2 and $1)); postgresql-13-13.1/src/test/regress/sql/join.sql-669-execute foo(true); ############################################## postgresql-13-13.1/src/test/regress/sql/jsonb.sql-760-SELECT count(*) FROM testjsonb WHERE j @@ '$.wait == null'; postgresql-13-13.1/src/test/regress/sql/jsonb.sql:761:SELECT count(*) FROM testjsonb WHERE j @@ '"CC" == $.wait'; postgresql-13-13.1/src/test/regress/sql/jsonb.sql:762:SELECT count(*) FROM testjsonb WHERE j @@ '$.wait == "CC" && true == $.public'; postgresql-13-13.1/src/test/regress/sql/jsonb.sql-763-SELECT count(*) FROM testjsonb WHERE j @@ '$.age == 25'; ############################################## postgresql-13-13.1/src/test/regress/sql/jsonb.sql-800-SELECT count(*) FROM testjsonb WHERE j @@ 'exists($.wait ? (@ == null))'; postgresql-13-13.1/src/test/regress/sql/jsonb.sql:801:SELECT count(*) FROM testjsonb WHERE j @@ '"CC" == $.wait'; postgresql-13-13.1/src/test/regress/sql/jsonb.sql:802:SELECT count(*) FROM testjsonb WHERE j @@ '$.wait == "CC" && true == $.public'; postgresql-13-13.1/src/test/regress/sql/jsonb.sql-803-SELECT count(*) FROM testjsonb WHERE j @@ '$.age == 25'; ############################################## postgresql-13-13.1/src/test/regress/sql/jsonb.sql-880-SELECT count(*) FROM testjsonb WHERE j @@ 'exists($.wait ? (@ == null))'; postgresql-13-13.1/src/test/regress/sql/jsonb.sql:881:SELECT count(*) FROM testjsonb WHERE j @@ '"CC" == $.wait'; postgresql-13-13.1/src/test/regress/sql/jsonb.sql:882:SELECT count(*) FROM testjsonb WHERE j @@ '$.wait == "CC" && true == $.public'; postgresql-13-13.1/src/test/regress/sql/jsonb.sql-883-SELECT count(*) FROM testjsonb WHERE j @@ '$.age == 25'; ############################################## postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql-5- postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql:6:CREATE FUNCTION rngfunct(int) returns setof rngfunc2 as 'SELECT * FROM rngfunc2 WHERE rngfuncid = $1 ORDER BY f2;' LANGUAGE SQL; postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql-7- ############################################## postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql-101--- sql, proretset = t, prorettype = b postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql:102:CREATE FUNCTION getrngfunc2(int) RETURNS setof int AS 'SELECT rngfuncid FROM rngfunc WHERE rngfuncid = $1;' LANGUAGE SQL; postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql-103-SELECT * FROM getrngfunc2(1) AS t1; ############################################## postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql-112--- sql, proretset = t, prorettype = b postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql:113:CREATE FUNCTION getrngfunc3(int) RETURNS setof text AS 'SELECT rngfuncname FROM rngfunc WHERE rngfuncid = $1;' LANGUAGE SQL; postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql-114-SELECT * FROM getrngfunc3(1) AS t1; ############################################## postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql-123--- sql, proretset = f, prorettype = c postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql:124:CREATE FUNCTION getrngfunc4(int) RETURNS rngfunc AS 'SELECT * FROM rngfunc WHERE rngfuncid = $1;' LANGUAGE SQL; postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql-125-SELECT * FROM getrngfunc4(1) AS t1; ############################################## postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql-134--- sql, proretset = t, prorettype = c postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql:135:CREATE FUNCTION getrngfunc5(int) RETURNS setof rngfunc AS 'SELECT * FROM rngfunc WHERE rngfuncid = $1;' LANGUAGE SQL; postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql-136-SELECT * FROM getrngfunc5(1) AS t1; ############################################## postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql-145--- sql, proretset = f, prorettype = record postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql:146:CREATE FUNCTION getrngfunc6(int) RETURNS RECORD AS 'SELECT * FROM rngfunc WHERE rngfuncid = $1;' LANGUAGE SQL; postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql-147-SELECT * FROM getrngfunc6(1) AS t1(rngfuncid int, rngfuncsubid int, rngfuncname text); ############################################## postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql-159--- sql, proretset = t, prorettype = record postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql:160:CREATE FUNCTION getrngfunc7(int) RETURNS setof record AS 'SELECT * FROM rngfunc WHERE rngfuncid = $1;' LANGUAGE SQL; postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql-161-SELECT * FROM getrngfunc7(1) AS t1(rngfuncid int, rngfuncsubid int, rngfuncname text); ############################################## postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql-173--- plpgsql, proretset = f, prorettype = b postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql:174:CREATE FUNCTION getrngfunc8(int) RETURNS int AS 'DECLARE rngfuncint int; BEGIN SELECT rngfuncid into rngfuncint FROM rngfunc WHERE rngfuncid = $1; RETURN rngfuncint; END;' LANGUAGE plpgsql; postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql-175-SELECT * FROM getrngfunc8(1) AS t1; ############################################## postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql-184--- plpgsql, proretset = f, prorettype = c postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql:185:CREATE FUNCTION getrngfunc9(int) RETURNS rngfunc AS 'DECLARE rngfunctup rngfunc%ROWTYPE; BEGIN SELECT * into rngfunctup FROM rngfunc WHERE rngfuncid = $1; RETURN rngfunctup; END;' LANGUAGE plpgsql; postgresql-13-13.1/src/test/regress/sql/rangefuncs.sql-186-SELECT * FROM getrngfunc9(1) AS t1; ############################################## postgresql-13-13.1/src/test/regress/sql/select_parallel.sql-444- postgresql-13-13.1/src/test/regress/sql/select_parallel.sql:445:PREPARE pstmt(text, int[]) AS SELECT * FROM fooarr WHERE f1 = $1 AND f2 = $2; postgresql-13-13.1/src/test/regress/sql/select_parallel.sql-446-EXPLAIN (COSTS OFF) EXECUTE pstmt('1', make_some_array(1,2)); ############################################## postgresql-13-13.1/src/test/regress/sql/hash_func.sql-89- postgresql-13-13.1/src/test/regress/sql/hash_func.sql:90:SELECT v as value, hashmacaddr(v)::bit(32) as standard, postgresql-13-13.1/src/test/regress/sql/hash_func.sql-91- hashmacaddrextended(v, 0)::bit(32) as extended0, ############################################## postgresql-13-13.1/src/test/regress/sql/hash_func.sql-95- ('ea:29:b1:5e:1f:a5')) x(v) postgresql-13-13.1/src/test/regress/sql/hash_func.sql:96:WHERE hashmacaddr(v)::bit(32) != hashmacaddrextended(v, 0)::bit(32) postgresql-13-13.1/src/test/regress/sql/hash_func.sql:97: OR hashmacaddr(v)::bit(32) = hashmacaddrextended(v, 1)::bit(32); postgresql-13-13.1/src/test/regress/sql/hash_func.sql-98- ############################################## postgresql-13-13.1/src/test/regress/input/create_function_2.source-5- RETURNS setof hobbies_r postgresql-13-13.1/src/test/regress/input/create_function_2.source:6: AS 'select * from hobbies_r where person = $1.name' postgresql-13-13.1/src/test/regress/input/create_function_2.source-7- LANGUAGE SQL; ############################################## postgresql-13-13.1/src/test/regress/input/create_function_2.source-23- RETURNS hobbies_r.person%TYPE postgresql-13-13.1/src/test/regress/input/create_function_2.source:24: AS 'select person from hobbies_r where name = $1' postgresql-13-13.1/src/test/regress/input/create_function_2.source-25- LANGUAGE SQL; ############################################## postgresql-13-13.1/src/test/regress/input/create_function_2.source-29- RETURNS setof equipment_r postgresql-13-13.1/src/test/regress/input/create_function_2.source:30: AS 'select * from equipment_r where hobby = $1.name' postgresql-13-13.1/src/test/regress/input/create_function_2.source-31- LANGUAGE SQL; ############################################## postgresql-13-13.1/src/test/regress/expected/privileges.out-762-CREATE FUNCTION priv_testfunc4(boolean) RETURNS text postgresql-13-13.1/src/test/regress/expected/privileges.out:763: AS 'select col1 from atest2 where col2 = $1;' postgresql-13-13.1/src/test/regress/expected/privileges.out-764- LANGUAGE sql SECURITY DEFINER; ############################################## postgresql-13-13.1/src/test/regress/expected/rules.out-765-create function rtest_viewfunc1(int4) returns int4 as postgresql-13-13.1/src/test/regress/expected/rules.out:766: 'select count(*)::int4 from rtest_view2 where a = $1' postgresql-13-13.1/src/test/regress/expected/rules.out-767- language sql; ############################################## postgresql-13-13.1/src/test/regress/expected/jsonb.out-2802- postgresql-13-13.1/src/test/regress/expected/jsonb.out:2803:SELECT count(*) FROM testjsonb WHERE j @@ '"CC" == $.wait'; postgresql-13-13.1/src/test/regress/expected/jsonb.out-2804- count ############################################## postgresql-13-13.1/src/test/regress/expected/jsonb.out-2808- postgresql-13-13.1/src/test/regress/expected/jsonb.out:2809:SELECT count(*) FROM testjsonb WHERE j @@ '$.wait == "CC" && true == $.public'; postgresql-13-13.1/src/test/regress/expected/jsonb.out-2810- count ############################################## postgresql-13-13.1/src/test/regress/expected/jsonb.out-3008- postgresql-13-13.1/src/test/regress/expected/jsonb.out:3009:SELECT count(*) FROM testjsonb WHERE j @@ '"CC" == $.wait'; postgresql-13-13.1/src/test/regress/expected/jsonb.out-3010- count ############################################## postgresql-13-13.1/src/test/regress/expected/jsonb.out-3014- postgresql-13-13.1/src/test/regress/expected/jsonb.out:3015:SELECT count(*) FROM testjsonb WHERE j @@ '$.wait == "CC" && true == $.public'; postgresql-13-13.1/src/test/regress/expected/jsonb.out-3016- count ############################################## postgresql-13-13.1/src/test/regress/expected/jsonb.out-3337- postgresql-13-13.1/src/test/regress/expected/jsonb.out:3338:SELECT count(*) FROM testjsonb WHERE j @@ '"CC" == $.wait'; postgresql-13-13.1/src/test/regress/expected/jsonb.out-3339- count ############################################## postgresql-13-13.1/src/test/regress/expected/jsonb.out-3343- postgresql-13-13.1/src/test/regress/expected/jsonb.out:3344:SELECT count(*) FROM testjsonb WHERE j @@ '$.wait == "CC" && true == $.public'; postgresql-13-13.1/src/test/regress/expected/jsonb.out-3345- count ############################################## postgresql-13-13.1/src/test/regress/expected/plancache.out-17--- and one with parameters postgresql-13-13.1/src/test/regress/expected/plancache.out:18:PREPARE prepstmt2(bigint) AS SELECT * FROM pcachetest WHERE q1 = $1; postgresql-13-13.1/src/test/regress/expected/plancache.out-19-EXECUTE prepstmt2(123); ############################################## postgresql-13-13.1/src/test/regress/expected/plancache.out-285-analyze test_mode; postgresql-13-13.1/src/test/regress/expected/plancache.out:286:prepare test_mode_pp (int) as select count(*) from test_mode where a = $1; postgresql-13-13.1/src/test/regress/expected/plancache.out-287--- up to 5 executions, custom plan is used ############################################## postgresql-13-13.1/src/test/regress/expected/rangefuncs.out-4-INSERT INTO rngfunc2 VALUES(1, 111); postgresql-13-13.1/src/test/regress/expected/rangefuncs.out:5:CREATE FUNCTION rngfunct(int) returns setof rngfunc2 as 'SELECT * FROM rngfunc2 WHERE rngfuncid = $1 ORDER BY f2;' LANGUAGE SQL; postgresql-13-13.1/src/test/regress/expected/rangefuncs.out-6--- function with ORDINALITY ############################################## postgresql-13-13.1/src/test/regress/expected/rangefuncs.out-372--- sql, proretset = t, prorettype = b postgresql-13-13.1/src/test/regress/expected/rangefuncs.out:373:CREATE FUNCTION getrngfunc2(int) RETURNS setof int AS 'SELECT rngfuncid FROM rngfunc WHERE rngfuncid = $1;' LANGUAGE SQL; postgresql-13-13.1/src/test/regress/expected/rangefuncs.out-374-SELECT * FROM getrngfunc2(1) AS t1; ############################################## postgresql-13-13.1/src/test/regress/expected/rangefuncs.out-406--- sql, proretset = t, prorettype = b postgresql-13-13.1/src/test/regress/expected/rangefuncs.out:407:CREATE FUNCTION getrngfunc3(int) RETURNS setof text AS 'SELECT rngfuncname FROM rngfunc WHERE rngfuncid = $1;' LANGUAGE SQL; postgresql-13-13.1/src/test/regress/expected/rangefuncs.out-408-SELECT * FROM getrngfunc3(1) AS t1; ############################################## postgresql-13-13.1/src/test/regress/expected/rangefuncs.out-440--- sql, proretset = f, prorettype = c postgresql-13-13.1/src/test/regress/expected/rangefuncs.out:441:CREATE FUNCTION getrngfunc4(int) RETURNS rngfunc AS 'SELECT * FROM rngfunc WHERE rngfuncid = $1;' LANGUAGE SQL; postgresql-13-13.1/src/test/regress/expected/rangefuncs.out-442-SELECT * FROM getrngfunc4(1) AS t1; ############################################## postgresql-13-13.1/src/test/regress/expected/rangefuncs.out-470--- sql, proretset = t, prorettype = c postgresql-13-13.1/src/test/regress/expected/rangefuncs.out:471:CREATE FUNCTION getrngfunc5(int) RETURNS setof rngfunc AS 'SELECT * FROM rngfunc WHERE rngfuncid = $1;' LANGUAGE SQL; postgresql-13-13.1/src/test/regress/expected/rangefuncs.out-472-SELECT * FROM getrngfunc5(1) AS t1; ############################################## postgresql-13-13.1/src/test/regress/expected/rangefuncs.out-504--- sql, proretset = f, prorettype = record postgresql-13-13.1/src/test/regress/expected/rangefuncs.out:505:CREATE FUNCTION getrngfunc6(int) RETURNS RECORD AS 'SELECT * FROM rngfunc WHERE rngfuncid = $1;' LANGUAGE SQL; postgresql-13-13.1/src/test/regress/expected/rangefuncs.out-506-SELECT * FROM getrngfunc6(1) AS t1(rngfuncid int, rngfuncsubid int, rngfuncname text); ############################################## postgresql-13-13.1/src/test/regress/expected/rangefuncs.out-537--- sql, proretset = t, prorettype = record postgresql-13-13.1/src/test/regress/expected/rangefuncs.out:538:CREATE FUNCTION getrngfunc7(int) RETURNS setof record AS 'SELECT * FROM rngfunc WHERE rngfuncid = $1;' LANGUAGE SQL; postgresql-13-13.1/src/test/regress/expected/rangefuncs.out-539-SELECT * FROM getrngfunc7(1) AS t1(rngfuncid int, rngfuncsubid int, rngfuncname text); ############################################## postgresql-13-13.1/src/test/regress/expected/rangefuncs.out-574--- plpgsql, proretset = f, prorettype = b postgresql-13-13.1/src/test/regress/expected/rangefuncs.out:575:CREATE FUNCTION getrngfunc8(int) RETURNS int AS 'DECLARE rngfuncint int; BEGIN SELECT rngfuncid into rngfuncint FROM rngfunc WHERE rngfuncid = $1; RETURN rngfuncint; END;' LANGUAGE plpgsql; postgresql-13-13.1/src/test/regress/expected/rangefuncs.out-576-SELECT * FROM getrngfunc8(1) AS t1; ############################################## postgresql-13-13.1/src/test/regress/expected/rangefuncs.out-604--- plpgsql, proretset = f, prorettype = c postgresql-13-13.1/src/test/regress/expected/rangefuncs.out:605:CREATE FUNCTION getrngfunc9(int) RETURNS rngfunc AS 'DECLARE rngfunctup rngfunc%ROWTYPE; BEGIN SELECT * into rngfunctup FROM rngfunc WHERE rngfuncid = $1; RETURN rngfunctup; END;' LANGUAGE plpgsql; postgresql-13-13.1/src/test/regress/expected/rangefuncs.out-606-SELECT * FROM getrngfunc9(1) AS t1; ############################################## postgresql-13-13.1/src/test/regress/expected/triggers.out-87-ERROR: "check_fkeys2_fkey_restrict": tuple is referenced in "fkeys" postgresql-13-13.1/src/test/regress/expected/triggers.out:88:CONTEXT: SQL statement "delete from fkeys2 where fkey21 = $1 and fkey22 = $2 " postgresql-13-13.1/src/test/regress/expected/triggers.out-89-delete from pkeys where pkey1 = 40 and pkey2 = '4'; ############################################## postgresql-13-13.1/src/test/regress/expected/triggers.out-94-ERROR: "check_fkeys2_fkey_restrict": tuple is referenced in "fkeys" postgresql-13-13.1/src/test/regress/expected/triggers.out:95:CONTEXT: SQL statement "delete from fkeys2 where fkey21 = $1 and fkey22 = $2 " postgresql-13-13.1/src/test/regress/expected/triggers.out-96-update pkeys set pkey1 = 7, pkey2 = '70' where pkey1 = 10 and pkey2 = '1'; ############################################## postgresql-13-13.1/src/test/regress/expected/partition_prune.out-1739-prepare ab_q1 (int, int, int) as postgresql-13-13.1/src/test/regress/expected/partition_prune.out:1740:select * from ab where a between $1 and $2 and b <= $3; postgresql-13-13.1/src/test/regress/expected/partition_prune.out-1741-explain (analyze, costs off, summary off, timing off) execute ab_q1 (2, 2, 3); ############################################## postgresql-13-13.1/src/test/regress/expected/partition_prune.out-2392- select tableoid::regclass,a,b from ab postgresql-13-13.1/src/test/regress/expected/partition_prune.out:2393:) ab where a = $1 and b = (select -10); postgresql-13-13.1/src/test/regress/expected/partition_prune.out-2394--- Ensure the xy_1 subplan is not pruned. ############################################## postgresql-13-13.1/src/test/regress/expected/partition_prune.out-2808-prepare part_abc_q1 (int, int, int) as postgresql-13-13.1/src/test/regress/expected/partition_prune.out:2809:select * from part_abc where a = $1 and b = $2 and c = $3; postgresql-13-13.1/src/test/regress/expected/partition_prune.out-2810--- Single partition should be scanned. ############################################## postgresql-13-13.1/src/test/regress/expected/partition_prune.out-3028-prepare ps1 as postgresql-13-13.1/src/test/regress/expected/partition_prune.out:3029: select * from mc3p where a = $1 and abs(b) < (select 3); postgresql-13-13.1/src/test/regress/expected/partition_prune.out-3030-explain (analyze, costs off, summary off, timing off) ############################################## postgresql-13-13.1/src/test/regress/expected/partition_prune.out-3043-prepare ps2 as postgresql-13-13.1/src/test/regress/expected/partition_prune.out:3044: select * from mc3p where a <= $1 and abs(b) < (select 3); postgresql-13-13.1/src/test/regress/expected/partition_prune.out-3045-explain (analyze, costs off, summary off, timing off) ############################################## postgresql-13-13.1/src/test/regress/expected/partition_prune.out-3109-analyze ma_test; postgresql-13-13.1/src/test/regress/expected/partition_prune.out:3110:prepare mt_q1 (int) as select a from ma_test where a >= $1 and a % 10 = 5 order by b; postgresql-13-13.1/src/test/regress/expected/partition_prune.out-3111-explain (analyze, costs off, summary off, timing off) execute mt_q1(15); ############################################## postgresql-13-13.1/src/test/regress/expected/partition_prune.out-3163-deallocate mt_q1; postgresql-13-13.1/src/test/regress/expected/partition_prune.out:3164:prepare mt_q2 (int) as select * from ma_test where a >= $1 order by b limit 1; postgresql-13-13.1/src/test/regress/expected/partition_prune.out-3165--- Ensure output list looks sane when the MergeAppend has no subplans. ############################################## postgresql-13-13.1/src/test/regress/expected/partition_prune.out-3591- ) s(a, b, c) postgresql-13-13.1/src/test/regress/expected/partition_prune.out:3592:where s.a = $1 and s.b = $2 and s.c = (select 1); postgresql-13-13.1/src/test/regress/expected/partition_prune.out-3593-explain (costs off) execute q (1, 1); ############################################## postgresql-13-13.1/src/test/regress/expected/hs_standby_allowed.out-196-PREPARE hsp AS select count(*) from hs1; postgresql-13-13.1/src/test/regress/expected/hs_standby_allowed.out:197:PREPARE hsp_noexec (integer) AS insert into hs1 values ($1); postgresql-13-13.1/src/test/regress/expected/hs_standby_allowed.out-198-EXECUTE hsp; ############################################## postgresql-13-13.1/src/test/regress/expected/prepare.out-59- SELECT datname, datistemplate, datallowconn postgresql-13-13.1/src/test/regress/expected/prepare.out:60: FROM pg_database WHERE datname = $1; postgresql-13-13.1/src/test/regress/expected/prepare.out-61-EXECUTE q2('postgres'); ############################################## postgresql-13-13.1/src/test/regress/expected/prepare.out-67-PREPARE q3(text, int, float, boolean, smallint) AS postgresql-13-13.1/src/test/regress/expected/prepare.out:68: SELECT * FROM tenk1 WHERE string4 = $1 AND (four = $2 OR postgresql-13-13.1/src/test/regress/expected/prepare.out-69- ten = $3::bigint OR true = $4 OR odd = $5::int) ############################################## postgresql-13-13.1/src/test/regress/expected/prepare.out-125-PREPARE q5(int, text) AS postgresql-13-13.1/src/test/regress/expected/prepare.out:126: SELECT * FROM tenk1 WHERE unique1 = $1 OR stringu1 = $2 postgresql-13-13.1/src/test/regress/expected/prepare.out-127- ORDER BY unique1; ############################################## postgresql-13-13.1/src/test/regress/expected/prepare.out-158-PREPARE q6 AS postgresql-13-13.1/src/test/regress/expected/prepare.out:159: SELECT * FROM tenk1 WHERE unique1 = $1 AND stringu1 = $2; postgresql-13-13.1/src/test/regress/expected/prepare.out-160-PREPARE q7(unknown) AS postgresql-13-13.1/src/test/regress/expected/prepare.out:161: SELECT * FROM road WHERE thepath = $1; postgresql-13-13.1/src/test/regress/expected/prepare.out-162-SELECT name, statement, parameter_types FROM pg_prepared_statements ############################################## postgresql-13-13.1/src/test/regress/expected/prepare.out-167- | SELECT datname, datistemplate, datallowconn +| postgresql-13-13.1/src/test/regress/expected/prepare.out:168: | FROM pg_database WHERE datname = $1; | postgresql-13-13.1/src/test/regress/expected/prepare.out-169- q3 | PREPARE q3(text, int, float, boolean, smallint) AS +| {text,integer,"double precision",boolean,smallint} postgresql-13-13.1/src/test/regress/expected/prepare.out:170: | SELECT * FROM tenk1 WHERE string4 = $1 AND (four = $2 OR+| postgresql-13-13.1/src/test/regress/expected/prepare.out-171- | ten = $3::bigint OR true = $4 OR odd = $5::int) +| ############################################## postgresql-13-13.1/src/test/regress/expected/prepare.out-173- q5 | PREPARE q5(int, text) AS +| {integer,text} postgresql-13-13.1/src/test/regress/expected/prepare.out:174: | SELECT * FROM tenk1 WHERE unique1 = $1 OR stringu1 = $2 +| postgresql-13-13.1/src/test/regress/expected/prepare.out-175- | ORDER BY unique1; | postgresql-13-13.1/src/test/regress/expected/prepare.out-176- q6 | PREPARE q6 AS +| {integer,name} postgresql-13-13.1/src/test/regress/expected/prepare.out:177: | SELECT * FROM tenk1 WHERE unique1 = $1 AND stringu1 = $2; | postgresql-13-13.1/src/test/regress/expected/prepare.out-178- q7 | PREPARE q7(unknown) AS +| {path} postgresql-13-13.1/src/test/regress/expected/prepare.out:179: | SELECT * FROM road WHERE thepath = $1; | postgresql-13-13.1/src/test/regress/expected/prepare.out-180-(5 rows) ############################################## postgresql-13-13.1/src/test/regress/expected/opr_sanity.out-37- if $2 = 'pg_catalog.anyrange'::pg_catalog.regtype then postgresql-13-13.1/src/test/regress/expected/opr_sanity.out:38: if (select typtype from pg_catalog.pg_type where oid = $1) = 'r' postgresql-13-13.1/src/test/regress/expected/opr_sanity.out-39- then return true; end if; ############################################## postgresql-13-13.1/src/test/regress/expected/opr_sanity.out-61- if $2 = 'pg_catalog.anyrange'::pg_catalog.regtype then postgresql-13-13.1/src/test/regress/expected/opr_sanity.out:62: if (select typtype from pg_catalog.pg_type where oid = $1) = 'r' postgresql-13-13.1/src/test/regress/expected/opr_sanity.out-63- then return true; end if; ############################################## postgresql-13-13.1/src/test/regress/expected/join.out-2662- on (a.unique2 = b.unique1 and exists postgresql-13-13.1/src/test/regress/expected/join.out:2663: (select 1 from tenk1 c where c.thousand = b.unique2 and $1)); postgresql-13-13.1/src/test/regress/expected/join.out-2664-execute foo(true); ############################################## postgresql-13-13.1/src/test/regress/expected/rowsecurity.out-1498--- prepared statement with regress_rls_alice privilege postgresql-13-13.1/src/test/regress/expected/rowsecurity.out:1499:PREPARE p1(int) AS SELECT * FROM t1 WHERE a <= $1; postgresql-13-13.1/src/test/regress/expected/rowsecurity.out-1500-EXECUTE p1(2); ############################################## postgresql-13-13.1/src/test/regress/expected/rowsecurity.out-1585- postgresql-13-13.1/src/test/regress/expected/rowsecurity.out:1586:PREPARE p2(int) AS SELECT * FROM t1 WHERE a = $1; postgresql-13-13.1/src/test/regress/expected/rowsecurity.out-1587-EXECUTE p2(2); ############################################## postgresql-13-13.1/src/test/regress/expected/plpgsql.out-889-begin postgresql-13-13.1/src/test/regress/expected/plpgsql.out:890: select into rec * from PSlot where slotname = $1; postgresql-13-13.1/src/test/regress/expected/plpgsql.out-891- if not found then ############################################## postgresql-13-13.1/src/test/regress/expected/plpgsql.out-931-begin postgresql-13-13.1/src/test/regress/expected/plpgsql.out:932: select into psrec * from PSlot where slotname = $1; postgresql-13-13.1/src/test/regress/expected/plpgsql.out-933- if not found then ############################################## postgresql-13-13.1/src/test/regress/expected/plpgsql.out-965-begin postgresql-13-13.1/src/test/regress/expected/plpgsql.out:966: select into rec * from WSlot where slotname = $1; postgresql-13-13.1/src/test/regress/expected/plpgsql.out-967- if not found then ############################################## postgresql-13-13.1/src/test/regress/expected/plpgsql.out-2876- -- no rows postgresql-13-13.1/src/test/regress/expected/plpgsql.out:2877: execute 'select * from foo where f1 = $1 or f1::text = $2' using 0, 'foo' into strict x; postgresql-13-13.1/src/test/regress/expected/plpgsql.out-2878- raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; ############################################## postgresql-13-13.1/src/test/regress/expected/plpgsql.out-4370-create function error1(text) returns text language sql as postgresql-13-13.1/src/test/regress/expected/plpgsql.out:4371:$$ SELECT relname::text FROM pg_class c WHERE c.oid = $1::regclass $$; postgresql-13-13.1/src/test/regress/expected/plpgsql.out-4372-create function error2(p_name_table text) returns text language plpgsql as $$ ############################################## postgresql-13-13.1/src/test/regress/expected/select_parallel.out-1140-INSERT INTO fooarr VALUES('1', ARRAY[1,2], 'one'); postgresql-13-13.1/src/test/regress/expected/select_parallel.out:1141:PREPARE pstmt(text, int[]) AS SELECT * FROM fooarr WHERE f1 = $1 AND f2 = $2; postgresql-13-13.1/src/test/regress/expected/select_parallel.out-1142-EXPLAIN (COSTS OFF) EXECUTE pstmt('1', make_some_array(1,2)); ############################################## postgresql-13-13.1/src/test/regress/expected/hash_func.out-121- postgresql-13-13.1/src/test/regress/expected/hash_func.out:122:SELECT v as value, hashmacaddr(v)::bit(32) as standard, postgresql-13-13.1/src/test/regress/expected/hash_func.out-123- hashmacaddrextended(v, 0)::bit(32) as extended0, ############################################## postgresql-13-13.1/src/test/regress/expected/hash_func.out-127- ('ea:29:b1:5e:1f:a5')) x(v) postgresql-13-13.1/src/test/regress/expected/hash_func.out:128:WHERE hashmacaddr(v)::bit(32) != hashmacaddrextended(v, 0)::bit(32) postgresql-13-13.1/src/test/regress/expected/hash_func.out:129: OR hashmacaddr(v)::bit(32) = hashmacaddrextended(v, 1)::bit(32); postgresql-13-13.1/src/test/regress/expected/hash_func.out-130- value | standard | extended0 | extended1 ############################################## postgresql-13-13.1/src/test/regress/output/create_function_2.source-5- RETURNS setof hobbies_r postgresql-13-13.1/src/test/regress/output/create_function_2.source:6: AS 'select * from hobbies_r where person = $1.name' postgresql-13-13.1/src/test/regress/output/create_function_2.source-7- LANGUAGE SQL; ############################################## postgresql-13-13.1/src/test/regress/output/create_function_2.source-17- RETURNS hobbies_r.person%TYPE postgresql-13-13.1/src/test/regress/output/create_function_2.source:18: AS 'select person from hobbies_r where name = $1' postgresql-13-13.1/src/test/regress/output/create_function_2.source-19- LANGUAGE SQL; ############################################## postgresql-13-13.1/src/test/regress/output/create_function_2.source-23- RETURNS setof equipment_r postgresql-13-13.1/src/test/regress/output/create_function_2.source:24: AS 'select * from equipment_r where hobby = $1.name' postgresql-13-13.1/src/test/regress/output/create_function_2.source-25- LANGUAGE SQL; ############################################## postgresql-13-13.1/src/makefiles/Makefile.hpux-40- ifeq ($(with_gnu_ld), yes) postgresql-13-13.1/src/makefiles/Makefile.hpux:41: $(CC) $(CFLAGS) $< $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@ `$(CC) $(LDFLAGS) -print-libgcc-file-name` postgresql-13-13.1/src/makefiles/Makefile.hpux-42- else postgresql-13-13.1/src/makefiles/Makefile.hpux:43: $(LD) -b -o $@ $< `$(CC) $(LDFLAGS) -print-libgcc-file-name` postgresql-13-13.1/src/makefiles/Makefile.hpux-44- endif ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/sql/fetch.pgc-43- postgresql-13-13.1/src/interfaces/ecpg/test/sql/fetch.pgc:44: EXEC SQL DECLARE D CURSOR FOR SELECT * FROM My_Table WHERE Item1 = $1; postgresql-13-13.1/src/interfaces/ecpg/test/sql/fetch.pgc-45- ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/sql/execute.pgc-68- postgresql-13-13.1/src/interfaces/ecpg/test/sql/execute.pgc:69: sprintf (command, "select * from test where amount = $1"); postgresql-13-13.1/src/interfaces/ecpg/test/sql/execute.pgc-70- ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/sql/execute.pgc-90- postgresql-13-13.1/src/interfaces/ecpg/test/sql/execute.pgc:91: sprintf (command, "select * from test where amount = $1"); postgresql-13-13.1/src/interfaces/ecpg/test/sql/execute.pgc-92- ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/sql/desc.pgc-8- char *stmt1 = "INSERT INTO test1 VALUES ($1, $2)"; postgresql-13-13.1/src/interfaces/ecpg/test/sql/desc.pgc:9: char *stmt2 = "SELECT * from test1 where a = $1 and b = $2"; postgresql-13-13.1/src/interfaces/ecpg/test/sql/desc.pgc-10- char *stmt3 = "SELECT * from test1 where :var = a"; ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-desc.c-42-#line 9 "desc.pgc" postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-desc.c:43: char * stmt2 = "SELECT * from test1 where a = $1 and b = $2" ; postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-desc.c-44- ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-desc.stderr-14-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-desc.stderr:15:[NO_PID]: prepare_common on line 33: name foo2; query: "SELECT * from test1 where a = $1 and b = $2" postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-desc.stderr-16-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-desc.stderr-50-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-desc.stderr:51:[NO_PID]: ecpg_execute on line 53: query: SELECT * from test1 where a = $1 and b = $2; with 2 parameter(s) on connection ecpg1_regression postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-desc.stderr-52-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-desc.stderr:53:[NO_PID]: ecpg_execute on line 53: using PQexecPrepared for "SELECT * from test1 where a = $1 and b = $2" postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-desc.stderr-54-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-desc.stderr-66-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-desc.stderr:67:[NO_PID]: ecpg_execute on line 59: query: declare c1 cursor for SELECT * from test1 where a = $1 and b = $2; with 2 parameter(s) on connection ecpg1_regression postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-desc.stderr-68-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.stderr-32-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.stderr:33:[NO_PID]: ecpg_execute on line 38: query: select * from date_test where d = $1 ; with 1 parameter(s) on connection ecpg1_regression postgresql-13-13.1/src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.stderr-34-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix.c-150- ECPGset_var( 0, &( i ), __LINE__);\ postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix.c:151: /* declare c cursor for select * from test where i <= $1 */ postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix.c-152-#line 49 "test_informix.pgc" ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix.c-193- decadd(&j, &m, &n); postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix.c:194: { ECPGdo(__LINE__, 1, 1, NULL, 0, ECPGst_normal, "delete from test where i = $1 :: decimal", postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix.c-195- ECPGt_decimal,&(n),(long)1,(long)1,sizeof(decimal), ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix.c-250-{ postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix.c:251: { ECPGdo(__LINE__, 1, 1, NULL, 0, ECPGst_normal, "declare c cursor for select * from test where i <= $1 ", postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix.c-252- ECPGt_int,&(*( int *)(ECPGget_var( 0))),(long)1,(long)1,sizeof(int), ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.c-100- postgresql-13-13.1/src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.c:101: { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "select * from date_test where d = $1 ", postgresql-13-13.1/src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.c-102- ECPGt_date,&(date1),(long)1,(long)1,sizeof(date), ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-array.stderr-80-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-array.stderr:81:[NO_PID]: ecpg_execute on line 85: query: select a , text , ts , n , d , inter from test where f = $1 ; with 1 parameter(s) on connection ecpg1_regression postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-array.stderr-82-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-array.stderr-110-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-array.stderr:111:[NO_PID]: ecpg_execute on line 95: query: select a from test where f = $1 ; with 1 parameter(s) on connection ecpg1_regression postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-array.stderr-112-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-bytea.c-182- ECPGset_var( 0, &( send_buf[0] ), __LINE__);\ postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-bytea.c:183: /* declare cursor1 cursor for select data1 from test where data1 = $1 */ postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-bytea.c-184-#line 78 "bytea.pgc" ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-bytea.c-190- postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-bytea.c:191: { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "declare cursor1 cursor for select data1 from test where data1 = $1 ", postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-bytea.c-192- ECPGt_bytea,&(send_buf[0]),(long)512,(long)1,sizeof(struct bytea_1), ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-sqlda.stderr-364-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-sqlda.stderr:365:[NO_PID]: prepare_common on line 198: name st_id3; query: "SELECT * FROM t1 WHERE id = $1" postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-sqlda.stderr-366-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-sqlda.stderr:367:[NO_PID]: ecpg_execute on line 201: query: SELECT * FROM t1 WHERE id = $1; with 1 parameter(s) on connection regress1 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-sqlda.stderr-368-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-sqlda.stderr:369:[NO_PID]: ecpg_execute on line 201: using PQexecPrepared for "SELECT * FROM t1 WHERE id = $1" postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-sqlda.stderr-370-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-sqlda.stderr-406-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-sqlda.stderr:407:[NO_PID]: prepare_common on line 235: name st_id4; query: "SELECT * FROM t1 WHERE id = $1" postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-sqlda.stderr-408-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-sqlda.stderr:409:[NO_PID]: ecpg_execute on line 238: query: SELECT * FROM t1 WHERE id = $1; with 1 parameter(s) on connection con2 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-sqlda.stderr-410-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-sqlda.stderr:411:[NO_PID]: ecpg_execute on line 238: using PQexecPrepared for "SELECT * FROM t1 WHERE id = $1" postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-sqlda.stderr-412-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-execute.stderr-112-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-execute.stderr:113:[NO_PID]: prepare_common on line 71: name f; query: "select * from test where amount = $1" postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-execute.stderr-114-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-execute.stderr:115:[NO_PID]: ecpg_execute on line 74: query: declare CUR2 cursor for select * from test where amount = $1; with 1 parameter(s) on connection main postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-execute.stderr-116-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-execute.stderr-142-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-execute.stderr:143:[NO_PID]: prepare_common on line 93: name f; query: "select * from test where amount = $1" postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-execute.stderr-144-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-execute.stderr:145:[NO_PID]: ecpg_execute on line 94: query: select * from test where amount = $1; with 1 parameter(s) on connection main postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-execute.stderr-146-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-execute.stderr:147:[NO_PID]: ecpg_execute on line 94: using PQexecPrepared for "select * from test where amount = $1" postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-execute.stderr-148-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-bytea.stderr-56-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-bytea.stderr:57:[NO_PID]: ecpg_execute on line 79: query: declare cursor1 cursor for select data1 from test where data1 = $1 ; with 1 parameter(s) on connection ecpg1_regression postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-bytea.stderr-58-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-array.c-291- f=140787; postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-array.c:292: { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "select a , text , ts , n , d , inter from test where f = $1 ", postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-array.c-293- ECPGt_double,&(f),(long)1,(long)1,sizeof(double), ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-array.c-317- postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-array.c:318: { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "select a from test where f = $1 ", postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-array.c-319- ECPGt_double,&(f),(long)1,(long)1,sizeof(double), ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.c-102- ECPGset_var( 0, &( empl.idnum ), __LINE__);\ postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.c:103: /* declare C cursor for select name , accs , byte from empl where idnum = $1 */ postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.c-104-#line 36 "binary.pgc" ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.c-110- postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.c:111: { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "declare C cursor for select name , accs , byte from empl where idnum = $1 ", postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.c-112- ECPGt_long,&(empl.idnum),(long)1,(long)1,sizeof(long), ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.c-141- ECPGset_var( 1, &( empl.idnum ), __LINE__);\ postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.c:142: /* declare B binary cursor for select name , accs , byte from empl where idnum = $1 */ postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.c-143-#line 44 "binary.pgc" ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.c-149- postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.c:150: { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "declare B binary cursor for select name , accs , byte from empl where idnum = $1 ", postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.c-151- ECPGt_long,&(empl.idnum),(long)1,(long)1,sizeof(long), ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.c-183- ECPGset_var( 2, &( empl.idnum ), __LINE__);\ postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.c:184: /* declare A binary cursor for select byte from empl where idnum = $1 */ postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.c-185-#line 55 "binary.pgc" ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.c-191- postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.c:192: { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "declare A binary cursor for select byte from empl where idnum = $1 ", postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.c-193- ECPGt_long,&(empl.idnum),(long)1,(long)1,sizeof(long), ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/preproc-type.stderr-16-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/preproc-type.stderr:17:[NO_PID]: ecpg_execute on line 65: query: select idnum , name , accs , string1 , string2 , string3 from empl where idnum = $1 ; with 1 parameter(s) on connection ecpg1_regression postgresql-13-13.1/src/interfaces/ecpg/test/expected/preproc-type.stderr-18-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-fetch.c-174- postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-fetch.c:175: /* declare D cursor for select * from My_Table where Item1 = $1 */ postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-fetch.c-176-#line 44 "fetch.pgc" ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-fetch.c-178- postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-fetch.c:179: { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "declare D cursor for select * from My_Table where Item1 = $1", postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-fetch.c-180- ECPGt_const,"1",(long)1,(long)1,strlen("1"), ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-sqlda.stderr-248-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-sqlda.stderr:249:[NO_PID]: prepare_common on line 181: name st_id3; query: "SELECT * FROM t1 WHERE id = $1" postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-sqlda.stderr-250-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-sqlda.stderr:251:[NO_PID]: ecpg_execute on line 184: query: SELECT * FROM t1 WHERE id = $1; with 1 parameter(s) on connection regress1 postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-sqlda.stderr-252-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-sqlda.stderr:253:[NO_PID]: ecpg_execute on line 184: using PQexecPrepared for "SELECT * FROM t1 WHERE id = $1" postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-sqlda.stderr-254-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-sqlda.stderr-288-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-sqlda.stderr:289:[NO_PID]: prepare_common on line 218: name st_id4; query: "SELECT * FROM t1 WHERE id = $1" postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-sqlda.stderr-290-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-sqlda.stderr:291:[NO_PID]: ecpg_execute on line 221: query: SELECT * FROM t1 WHERE id = $1; with 1 parameter(s) on connection con2 postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-sqlda.stderr-292-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-sqlda.stderr:293:[NO_PID]: ecpg_execute on line 221: using PQexecPrepared for "SELECT * FROM t1 WHERE id = $1" postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-sqlda.stderr-294-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix.stderr-57-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix.stderr:58:[NO_PID]: ecpg_execute on line 94: query: declare c cursor for select * from test where i <= $1 ; with 1 parameter(s) on connection ecpg1_regression postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix.stderr-59-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix.stderr-97-[NO_PID]: sqlca: code: 100, state: 02000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix.stderr:98:[NO_PID]: ecpg_execute on line 74: query: delete from test where i = $1 :: decimal; with 1 parameter(s) on connection ecpg1_regression postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix.stderr-99-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix2.stderr-30-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix2.stderr:31:[NO_PID]: ecpg_execute on line 79: query: select customerid , timestamp from history where timestamp = $1 limit 1; with 1 parameter(s) on connection ecpg1_regression postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix2.stderr-32-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/preproc-type.c-139- postgresql-13-13.1/src/interfaces/ecpg/test/expected/preproc-type.c:140: { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "select idnum , name , accs , string1 , string2 , string3 from empl where idnum = $1 ", postgresql-13-13.1/src/interfaces/ecpg/test/expected/preproc-type.c-141- ECPGt_long,&(empl.idnum),(long)1,(long)1,sizeof(long), ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-fetch.stderr-110-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-fetch.stderr:111:[NO_PID]: ecpg_execute on line 46: query: declare D cursor for select * from My_Table where Item1 = $1; with 1 parameter(s) on connection ecpg1_regression postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-fetch.stderr-112-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix2.c-212- postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix2.c:213: { ECPGdo(__LINE__, 1, 1, NULL, 0, ECPGst_normal, "select customerid , timestamp from history where timestamp = $1 limit 1", postgresql-13-13.1/src/interfaces/ecpg/test/expected/compat_informix-test_informix2.c-214- ECPGt_timestamp,&(maxd),(long)1,(long)1,sizeof(timestamp), ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.stderr-24-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.stderr:25:[NO_PID]: ecpg_execute on line 37: query: declare C cursor for select name , accs , byte from empl where idnum = $1 ; with 1 parameter(s) on connection ecpg1_regression postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.stderr-26-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.stderr-50-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.stderr:51:[NO_PID]: ecpg_execute on line 45: query: declare B binary cursor for select name , accs , byte from empl where idnum = $1 ; with 1 parameter(s) on connection ecpg1_regression postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.stderr-52-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.stderr-76-[NO_PID]: sqlca: code: 0, state: 00000 postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.stderr:77:[NO_PID]: ecpg_execute on line 56: query: declare A binary cursor for select byte from empl where idnum = $1 ; with 1 parameter(s) on connection ecpg1_regression postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-binary.stderr-78-[NO_PID]: sqlca: code: 0, state: 00000 ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-execute.c-195- postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-execute.c:196: sprintf (command, "select * from test where amount = $1"); postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-execute.c-197- ############################################## postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-execute.c-262- postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-execute.c:263: sprintf (command, "select * from test where amount = $1"); postgresql-13-13.1/src/interfaces/ecpg/test/expected/sql-execute.c-264- ############################################## postgresql-13-13.1/src/interfaces/ecpg/preproc/preproc.y-4020- { postgresql-13-13.1/src/interfaces/ecpg/preproc/preproc.y:4021: $$ = cat_str(3,mm_strdup("include ("),$3,mm_strdup(")")); postgresql-13-13.1/src/interfaces/ecpg/preproc/preproc.y-4022-} ############################################## postgresql-13-13.1/src/interfaces/ecpg/preproc/preproc.y-7261- { postgresql-13-13.1/src/interfaces/ecpg/preproc/preproc.y:7262: $$ = cat_str(3,mm_strdup("include ("),$3,mm_strdup(")")); postgresql-13-13.1/src/interfaces/ecpg/preproc/preproc.y-7263-} ############################################## postgresql-13-13.1/src/interfaces/libpq/test/regress.pl-33- print "trying $_\n"; postgresql-13-13.1/src/interfaces/libpq/test/regress.pl:34: system("./uri-regress \"$_\""); postgresql-13-13.1/src/interfaces/libpq/test/regress.pl-35- print "\n"; ############################################## postgresql-13-13.1/src/interfaces/libpq/libpq-fe.h-317-extern char *PQhost(const PGconn *conn); postgresql-13-13.1/src/interfaces/libpq/libpq-fe.h:318:extern char *PQhostaddr(const PGconn *conn); postgresql-13-13.1/src/interfaces/libpq/libpq-fe.h-319-extern char *PQport(const PGconn *conn); ############################################## postgresql-13-13.1/src/interfaces/libpq/fe-connect.c-1219- * Try to get a password for this host from file. We use host postgresql-13-13.1/src/interfaces/libpq/fe-connect.c:1220: * for the hostname search key if given, else hostaddr (at postgresql-13-13.1/src/interfaces/libpq/fe-connect.c-1221- * least one of them is guaranteed nonempty by now). ############################################## postgresql-13-13.1/src/interfaces/libpq/fe-connect.c-1628-/* ---------- postgresql-13-13.1/src/interfaces/libpq/fe-connect.c:1629: * Write currently connected IP address into host_addr (of len host_addr_len). postgresql-13-13.1/src/interfaces/libpq/fe-connect.c-1630- * If unable to, set it to the empty string. ############################################## postgresql-13-13.1/src/interfaces/libpq/fe-connect.c-1633-static void postgresql-13-13.1/src/interfaces/libpq/fe-connect.c:1634:getHostaddr(PGconn *conn, char *host_addr, int host_addr_len) postgresql-13-13.1/src/interfaces/libpq/fe-connect.c-1635-{ ############################################## postgresql-13-13.1/src/interfaces/libpq/fe-connect.c-1696- */ postgresql-13-13.1/src/interfaces/libpq/fe-connect.c:1697: getHostaddr(conn, host_addr, NI_MAXHOST); postgresql-13-13.1/src/interfaces/libpq/fe-connect.c-1698- ############################################## postgresql-13-13.1/src/interfaces/libpq/fe-connect.c-2534- postgresql-13-13.1/src/interfaces/libpq/fe-connect.c:2535: getHostaddr(conn, host_addr, NI_MAXHOST); postgresql-13-13.1/src/interfaces/libpq/fe-connect.c-2536- if (strlen(host_addr) > 0) ############################################## postgresql-13-13.1/src/interfaces/libpq/fe-connect.c-6576-char * postgresql-13-13.1/src/interfaces/libpq/fe-connect.c:6577:PQhostaddr(const PGconn *conn) postgresql-13-13.1/src/interfaces/libpq/fe-connect.c-6578-{ ############################################## postgresql-13-13.1/src/interfaces/libpq/po/ru.po-263-msgid "could not match %d host names to %d hostaddr values\n" postgresql-13-13.1/src/interfaces/libpq/po/ru.po:264:msgstr "не удалось сопоставить имена узлов (%d) со значениями hostaddr (%d)\n" postgresql-13-13.1/src/interfaces/libpq/po/ru.po-265- ############################################## postgresql-13-13.1/src/backend/snowball/README-43-do postgresql-13-13.1/src/backend/snowball/README:44: sed 's|\.\./runtime/header\.h|header.h|' $f >libstemmer/`basename $f` postgresql-13-13.1/src/backend/snowball/README-45-done ############################################## postgresql-13-13.1/src/backend/parser/gram.y-3849-ExclusionWhereClause: postgresql-13-13.1/src/backend/parser/gram.y:3850: WHERE '(' a_expr ')' { $$ = $3; } postgresql-13-13.1/src/backend/parser/gram.y-3851- | /*EMPTY*/ { $$ = NULL; } ############################################## postgresql-13-13.1/src/backend/parser/gram.y-12466-where_clause: postgresql-13-13.1/src/backend/parser/gram.y:12467: WHERE a_expr { $$ = $2; } postgresql-13-13.1/src/backend/parser/gram.y-12468- | /*EMPTY*/ { $$ = NULL; } ############################################## postgresql-13-13.1/src/backend/parser/gram.y-12472-where_or_current_clause: postgresql-13-13.1/src/backend/parser/gram.y:12473: WHERE a_expr { $$ = $2; } postgresql-13-13.1/src/backend/parser/gram.y-12474- | WHERE CURRENT_P OF cursor_name ############################################## postgresql-13-13.1/src/backend/parser/gram.y-14265-filter_clause: postgresql-13-13.1/src/backend/parser/gram.y:14266: FILTER '(' WHERE a_expr ')' { $$ = $4; } postgresql-13-13.1/src/backend/parser/gram.y-14267- | /*EMPTY*/ { $$ = NULL; } ############################################## postgresql-13-13.1/src/backend/libpq/ifaddr.c-52-int postgresql-13-13.1/src/backend/libpq/ifaddr.c:53:pg_range_sockaddr(const struct sockaddr_storage *addr, postgresql-13-13.1/src/backend/libpq/ifaddr.c-54- const struct sockaddr_storage *netaddr, ############################################## postgresql-13-13.1/src/backend/libpq/ifaddr.c-242-int postgresql-13-13.1/src/backend/libpq/ifaddr.c:243:pg_foreach_ifaddr(PgIfAddrCallback callback, void *cb_data) postgresql-13-13.1/src/backend/libpq/ifaddr.c-244-{ ############################################## postgresql-13-13.1/src/backend/libpq/ifaddr.c-307-int postgresql-13-13.1/src/backend/libpq/ifaddr.c:308:pg_foreach_ifaddr(PgIfAddrCallback callback, void *cb_data) postgresql-13-13.1/src/backend/libpq/ifaddr.c-309-{ ############################################## postgresql-13-13.1/src/backend/libpq/ifaddr.c-354-int postgresql-13-13.1/src/backend/libpq/ifaddr.c:355:pg_foreach_ifaddr(PgIfAddrCallback callback, void *cb_data) postgresql-13-13.1/src/backend/libpq/ifaddr.c-356-{ ############################################## postgresql-13-13.1/src/backend/libpq/ifaddr.c-482-int postgresql-13-13.1/src/backend/libpq/ifaddr.c:483:pg_foreach_ifaddr(PgIfAddrCallback callback, void *cb_data) postgresql-13-13.1/src/backend/libpq/ifaddr.c-484-{ ############################################## postgresql-13-13.1/src/backend/libpq/ifaddr.c-558-int postgresql-13-13.1/src/backend/libpq/ifaddr.c:559:pg_foreach_ifaddr(PgIfAddrCallback callback, void *cb_data) postgresql-13-13.1/src/backend/libpq/ifaddr.c-560-{ ############################################## postgresql-13-13.1/src/backend/libpq/hba.c-788- if (raddr->addr.ss_family == addr->sa_family && postgresql-13-13.1/src/backend/libpq/hba.c:789: pg_range_sockaddr(&raddr->addr, postgresql-13-13.1/src/backend/libpq/hba.c-790- (struct sockaddr_storage *) addr, ############################################## postgresql-13-13.1/src/backend/libpq/hba.c-835- errno = 0; postgresql-13-13.1/src/backend/libpq/hba.c:836: if (pg_foreach_ifaddr(check_network_callback, &cn) < 0) postgresql-13-13.1/src/backend/libpq/hba.c-837- { ############################################## postgresql-13-13.1/src/backend/libpq/hba.c-2535- NI_NUMERICHOST) == 0) postgresql-13-13.1/src/backend/libpq/hba.c:2536: clean_ipv6_addr(hba->addr.ss_family, buffer); postgresql-13-13.1/src/backend/libpq/hba.c-2537- addrstr = pstrdup(buffer); ############################################## postgresql-13-13.1/src/backend/libpq/hba.c-2544- NI_NUMERICHOST) == 0) postgresql-13-13.1/src/backend/libpq/hba.c:2545: clean_ipv6_addr(hba->mask.ss_family, buffer); postgresql-13-13.1/src/backend/libpq/hba.c-2546- maskstr = pstrdup(buffer); ############################################## postgresql-13-13.1/src/backend/executor/execExprInterp.c-674- fcinfo->isnull = false; postgresql-13-13.1/src/backend/executor/execExprInterp.c:675: d = op->d.func.fn_addr(fcinfo); postgresql-13-13.1/src/backend/executor/execExprInterp.c-676- *op->resvalue = d; ############################################## postgresql-13-13.1/src/backend/executor/execExprInterp.c-698- fcinfo->isnull = false; postgresql-13-13.1/src/backend/executor/execExprInterp.c:699: d = op->d.func.fn_addr(fcinfo); postgresql-13-13.1/src/backend/executor/execExprInterp.c-700- *op->resvalue = d; ############################################## postgresql-13-13.1/src/backend/executor/execExprInterp.c-1180- fcinfo->isnull = false; postgresql-13-13.1/src/backend/executor/execExprInterp.c:1181: eqresult = op->d.func.fn_addr(fcinfo); postgresql-13-13.1/src/backend/executor/execExprInterp.c-1182- /* Must invert result of "="; safe to do even if null */ ############################################## postgresql-13-13.1/src/backend/executor/execExprInterp.c-1209- fcinfo->isnull = false; postgresql-13-13.1/src/backend/executor/execExprInterp.c:1210: eqresult = op->d.func.fn_addr(fcinfo); postgresql-13-13.1/src/backend/executor/execExprInterp.c-1211- *op->resvalue = eqresult; ############################################## postgresql-13-13.1/src/backend/executor/execExprInterp.c-1230- fcinfo->isnull = false; postgresql-13-13.1/src/backend/executor/execExprInterp.c:1231: result = op->d.func.fn_addr(fcinfo); postgresql-13-13.1/src/backend/executor/execExprInterp.c-1232- ############################################## postgresql-13-13.1/src/backend/executor/execExprInterp.c-1318- fcinfo->isnull = false; postgresql-13-13.1/src/backend/executor/execExprInterp.c:1319: d = op->d.rowcompare_step.fn_addr(fcinfo); postgresql-13-13.1/src/backend/executor/execExprInterp.c-1320- *op->resvalue = d; ############################################## postgresql-13-13.1/src/backend/executor/execExprInterp.c-2115- fcinfo->isnull = false; postgresql-13-13.1/src/backend/executor/execExprInterp.c:2116: d = op->d.func.fn_addr(fcinfo); postgresql-13-13.1/src/backend/executor/execExprInterp.c-2117- *isnull = fcinfo->isnull; ############################################## postgresql-13-13.1/src/backend/executor/execExprInterp.c-2310- fcinfo->isnull = false; postgresql-13-13.1/src/backend/executor/execExprInterp.c:2311: d = op->d.func.fn_addr(fcinfo); postgresql-13-13.1/src/backend/executor/execExprInterp.c-2312- *op->resvalue = d; ############################################## postgresql-13-13.1/src/backend/executor/execExprInterp.c-2344- fcinfo->isnull = false; postgresql-13-13.1/src/backend/executor/execExprInterp.c:2345: d = op->d.func.fn_addr(fcinfo); postgresql-13-13.1/src/backend/executor/execExprInterp.c-2346- *op->resvalue = d; ############################################## postgresql-13-13.1/src/backend/executor/execExprInterp.c-3537- fcinfo->isnull = false; postgresql-13-13.1/src/backend/executor/execExprInterp.c:3538: thisresult = op->d.scalararrayop.fn_addr(fcinfo); postgresql-13-13.1/src/backend/executor/execExprInterp.c-3539- } ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-93- postgresql-13-13.1/src/backend/utils/adt/network.c:94: bits = pg_inet_net_pton(ip_family(dst), src, ip_addr(dst), postgresql-13-13.1/src/backend/utils/adt/network.c-95- is_cidr ? ip_addrsize(dst) : -1); ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-107- { postgresql-13-13.1/src/backend/utils/adt/network.c:108: if (!addressOK(ip_addr(dst), bits, ip_family(dst))) postgresql-13-13.1/src/backend/utils/adt/network.c-109- ereport(ERROR, ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-147- postgresql-13-13.1/src/backend/utils/adt/network.c:148: dst = pg_inet_net_ntop(ip_family(src), ip_addr(src), ip_bits(src), postgresql-13-13.1/src/backend/utils/adt/network.c-149- tmp, sizeof(tmp)); ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-228- postgresql-13-13.1/src/backend/utils/adt/network.c:229: addrptr = (char *) ip_addr(addr); postgresql-13-13.1/src/backend/utils/adt/network.c-230- for (i = 0; i < nb; i++) ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-237- { postgresql-13-13.1/src/backend/utils/adt/network.c:238: if (!addressOK(ip_addr(addr), bits, ip_family(addr))) postgresql-13-13.1/src/backend/utils/adt/network.c-239- ereport(ERROR, ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-285- pq_sendbyte(&buf, nb); postgresql-13-13.1/src/backend/utils/adt/network.c:286: addrptr = (char *) ip_addr(addr); postgresql-13-13.1/src/backend/utils/adt/network.c-287- for (i = 0; i < nb; i++) ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-380- /* Clone appropriate bytes of the address, leaving the rest 0 */ postgresql-13-13.1/src/backend/utils/adt/network.c:381: memcpy(ip_addr(dst), ip_addr(src), (bits + 7) / 8); postgresql-13-13.1/src/backend/utils/adt/network.c-382- ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-384- if (bits % 8) postgresql-13-13.1/src/backend/utils/adt/network.c:385: ip_addr(dst)[bits / 8] &= ~(0xFF >> (bits % 8)); postgresql-13-13.1/src/backend/utils/adt/network.c-386- } ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-411- postgresql-13-13.1/src/backend/utils/adt/network.c:412: order = bitncmp(ip_addr(a1), ip_addr(a2), postgresql-13-13.1/src/backend/utils/adt/network.c-413- Min(ip_bits(a1), ip_bits(a2))); ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-418- return order; postgresql-13-13.1/src/backend/utils/adt/network.c:419: return bitncmp(ip_addr(a1), ip_addr(a2), ip_maxbits(a1)); postgresql-13-13.1/src/backend/utils/adt/network.c-420- } ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-666- postgresql-13-13.1/src/backend/utils/adt/network.c:667: memcpy(&ipaddr_datum32, ip_addr(authoritative), sizeof(uint32)); postgresql-13-13.1/src/backend/utils/adt/network.c-668- ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-680- { postgresql-13-13.1/src/backend/utils/adt/network.c:681: memcpy(&ipaddr_datum, ip_addr(authoritative), sizeof(Datum)); postgresql-13-13.1/src/backend/utils/adt/network.c-682- ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-925- PG_RETURN_BOOL(ip_bits(a1) > ip_bits(a2) && postgresql-13-13.1/src/backend/utils/adt/network.c:926: bitncmp(ip_addr(a1), ip_addr(a2), ip_bits(a2)) == 0); postgresql-13-13.1/src/backend/utils/adt/network.c-927- } ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-940- PG_RETURN_BOOL(ip_bits(a1) >= ip_bits(a2) && postgresql-13-13.1/src/backend/utils/adt/network.c:941: bitncmp(ip_addr(a1), ip_addr(a2), ip_bits(a2)) == 0); postgresql-13-13.1/src/backend/utils/adt/network.c-942- } ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-955- PG_RETURN_BOOL(ip_bits(a1) < ip_bits(a2) && postgresql-13-13.1/src/backend/utils/adt/network.c:956: bitncmp(ip_addr(a1), ip_addr(a2), ip_bits(a1)) == 0); postgresql-13-13.1/src/backend/utils/adt/network.c-957- } ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-970- PG_RETURN_BOOL(ip_bits(a1) <= ip_bits(a2) && postgresql-13-13.1/src/backend/utils/adt/network.c:971: bitncmp(ip_addr(a1), ip_addr(a2), ip_bits(a1)) == 0); postgresql-13-13.1/src/backend/utils/adt/network.c-972- } ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-984- { postgresql-13-13.1/src/backend/utils/adt/network.c:985: PG_RETURN_BOOL(bitncmp(ip_addr(a1), ip_addr(a2), postgresql-13-13.1/src/backend/utils/adt/network.c-986- Min(ip_bits(a1), ip_bits(a2))) == 0); ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-1194- /* force display of max bits, regardless of masklen... */ postgresql-13-13.1/src/backend/utils/adt/network.c:1195: if (pg_inet_net_ntop(ip_family(ip), ip_addr(ip), ip_maxbits(ip), postgresql-13-13.1/src/backend/utils/adt/network.c-1196- tmp, sizeof(tmp)) == NULL) ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-1219- postgresql-13-13.1/src/backend/utils/adt/network.c:1220: if (pg_inet_net_ntop(ip_family(ip), ip_addr(ip), ip_maxbits(ip), postgresql-13-13.1/src/backend/utils/adt/network.c-1221- tmp, sizeof(tmp)) == NULL) ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-1242- postgresql-13-13.1/src/backend/utils/adt/network.c:1243: dst = pg_inet_net_ntop(ip_family(ip), ip_addr(ip), postgresql-13-13.1/src/backend/utils/adt/network.c-1244- ip_bits(ip), tmp, sizeof(tmp)); ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-1260- postgresql-13-13.1/src/backend/utils/adt/network.c:1261: dst = pg_inet_cidr_ntop(ip_family(ip), ip_addr(ip), postgresql-13-13.1/src/backend/utils/adt/network.c-1262- ip_bits(ip), tmp, sizeof(tmp)); ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-1315- bits = ip_bits(ip); postgresql-13-13.1/src/backend/utils/adt/network.c:1316: a = ip_addr(ip); postgresql-13-13.1/src/backend/utils/adt/network.c:1317: b = ip_addr(dst); postgresql-13-13.1/src/backend/utils/adt/network.c-1318- ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-1358- bits = ip_bits(ip); postgresql-13-13.1/src/backend/utils/adt/network.c:1359: a = ip_addr(ip); postgresql-13-13.1/src/backend/utils/adt/network.c:1360: b = ip_addr(dst); postgresql-13-13.1/src/backend/utils/adt/network.c-1361- ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-1401- bits = ip_bits(ip); postgresql-13-13.1/src/backend/utils/adt/network.c:1402: b = ip_addr(dst); postgresql-13-13.1/src/backend/utils/adt/network.c-1403- ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-1445- bits = ip_maxbits(ip) - ip_bits(ip); postgresql-13-13.1/src/backend/utils/adt/network.c:1446: b = ip_addr(dst); postgresql-13-13.1/src/backend/utils/adt/network.c-1447- ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-1501- postgresql-13-13.1/src/backend/utils/adt/network.c:1502: commonbits = bitncommon(ip_addr(a1), ip_addr(a2), postgresql-13-13.1/src/backend/utils/adt/network.c-1503- Min(ip_bits(a1), ip_bits(a2))); ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-1540- res *= 256; postgresql-13-13.1/src/backend/utils/adt/network.c:1541: res += ip_addr(ip)[i]; postgresql-13-13.1/src/backend/utils/adt/network.c-1542- } ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-1730-Datum postgresql-13-13.1/src/backend/utils/adt/network.c:1731:inet_client_addr(PG_FUNCTION_ARGS) postgresql-13-13.1/src/backend/utils/adt/network.c-1732-{ ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-1759- postgresql-13-13.1/src/backend/utils/adt/network.c:1760: clean_ipv6_addr(port->raddr.addr.ss_family, remote_host); postgresql-13-13.1/src/backend/utils/adt/network.c-1761- ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-1806-Datum postgresql-13-13.1/src/backend/utils/adt/network.c:1807:inet_server_addr(PG_FUNCTION_ARGS) postgresql-13-13.1/src/backend/utils/adt/network.c-1808-{ ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-1835- postgresql-13-13.1/src/backend/utils/adt/network.c:1836: clean_ipv6_addr(port->laddr.addr.ss_family, local_host); postgresql-13-13.1/src/backend/utils/adt/network.c-1837- ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-1888- int nb = ip_addrsize(ip); postgresql-13-13.1/src/backend/utils/adt/network.c:1889: unsigned char *pip = ip_addr(ip); postgresql-13-13.1/src/backend/utils/adt/network.c:1890: unsigned char *pdst = ip_addr(dst); postgresql-13-13.1/src/backend/utils/adt/network.c-1891- ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-1919- int nb = ip_addrsize(ip); postgresql-13-13.1/src/backend/utils/adt/network.c:1920: unsigned char *pip = ip_addr(ip); postgresql-13-13.1/src/backend/utils/adt/network.c:1921: unsigned char *pip2 = ip_addr(ip2); postgresql-13-13.1/src/backend/utils/adt/network.c:1922: unsigned char *pdst = ip_addr(dst); postgresql-13-13.1/src/backend/utils/adt/network.c-1923- ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-1951- int nb = ip_addrsize(ip); postgresql-13-13.1/src/backend/utils/adt/network.c:1952: unsigned char *pip = ip_addr(ip); postgresql-13-13.1/src/backend/utils/adt/network.c:1953: unsigned char *pip2 = ip_addr(ip2); postgresql-13-13.1/src/backend/utils/adt/network.c:1954: unsigned char *pdst = ip_addr(dst); postgresql-13-13.1/src/backend/utils/adt/network.c-1955- ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-1976- int nb = ip_addrsize(ip); postgresql-13-13.1/src/backend/utils/adt/network.c:1977: unsigned char *pip = ip_addr(ip); postgresql-13-13.1/src/backend/utils/adt/network.c:1978: unsigned char *pdst = ip_addr(dst); postgresql-13-13.1/src/backend/utils/adt/network.c-1979- int carry = 0; ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-2060- int byte = 0; postgresql-13-13.1/src/backend/utils/adt/network.c:2061: unsigned char *pip = ip_addr(ip); postgresql-13-13.1/src/backend/utils/adt/network.c:2062: unsigned char *pip2 = ip_addr(ip2); postgresql-13-13.1/src/backend/utils/adt/network.c-2063- int carry = 1; ############################################## postgresql-13-13.1/src/backend/utils/adt/network.c-2117-void postgresql-13-13.1/src/backend/utils/adt/network.c:2118:clean_ipv6_addr(int addr_family, char *addr) postgresql-13-13.1/src/backend/utils/adt/network.c-2119-{ ############################################## postgresql-13-13.1/src/backend/utils/adt/pgstatfuncs.c-816- { postgresql-13-13.1/src/backend/utils/adt/pgstatfuncs.c:817: clean_ipv6_addr(beentry->st_clientaddr.addr.ss_family, remote_host); postgresql-13-13.1/src/backend/utils/adt/pgstatfuncs.c-818- values[12] = DirectFunctionCall1(inet_in, ############################################## postgresql-13-13.1/src/backend/utils/adt/pgstatfuncs.c-1144-Datum postgresql-13-13.1/src/backend/utils/adt/pgstatfuncs.c:1145:pg_stat_get_backend_client_addr(PG_FUNCTION_ARGS) postgresql-13-13.1/src/backend/utils/adt/pgstatfuncs.c-1146-{ ############################################## postgresql-13-13.1/src/backend/utils/adt/pgstatfuncs.c-1184- postgresql-13-13.1/src/backend/utils/adt/pgstatfuncs.c:1185: clean_ipv6_addr(beentry->st_clientaddr.addr.ss_family, remote_host); postgresql-13-13.1/src/backend/utils/adt/pgstatfuncs.c-1186- ############################################## postgresql-13-13.1/src/backend/utils/adt/mac.c-266-Datum postgresql-13-13.1/src/backend/utils/adt/mac.c:267:hashmacaddr(PG_FUNCTION_ARGS) postgresql-13-13.1/src/backend/utils/adt/mac.c-268-{ ############################################## postgresql-13-13.1/src/backend/utils/adt/ruleutils.c-310-static SPIPlanPtr plan_getrulebyoid = NULL; postgresql-13-13.1/src/backend/utils/adt/ruleutils.c:311:static const char *query_getrulebyoid = "SELECT * FROM pg_catalog.pg_rewrite WHERE oid = $1"; postgresql-13-13.1/src/backend/utils/adt/ruleutils.c-312-static SPIPlanPtr plan_getviewrule = NULL; postgresql-13-13.1/src/backend/utils/adt/ruleutils.c:313:static const char *query_getviewrule = "SELECT * FROM pg_catalog.pg_rewrite WHERE ev_class = $1 AND rulename = $2"; postgresql-13-13.1/src/backend/utils/adt/ruleutils.c-314- ############################################## postgresql-13-13.1/src/backend/utils/adt/network_selfuncs.c-884- postgresql-13-13.1/src/backend/utils/adt/network_selfuncs.c:885: order = bitncmp(ip_addr(left), ip_addr(right), postgresql-13-13.1/src/backend/utils/adt/network_selfuncs.c-886- Min(ip_bits(left), ip_bits(right))); ############################################## postgresql-13-13.1/src/backend/utils/adt/network_selfuncs.c-964- if (min_bits > 0) postgresql-13-13.1/src/backend/utils/adt/network_selfuncs.c:965: return decisive_bits - bitncommon(ip_addr(boundary), postgresql-13-13.1/src/backend/utils/adt/network_selfuncs.c:966: ip_addr(query), postgresql-13-13.1/src/backend/utils/adt/network_selfuncs.c-967- min_bits); ############################################## postgresql-13-13.1/src/backend/utils/adt/mac8.c-552-Datum postgresql-13-13.1/src/backend/utils/adt/mac8.c:553:macaddr8tomacaddr(PG_FUNCTION_ARGS) postgresql-13-13.1/src/backend/utils/adt/mac8.c-554-{ ############################################## postgresql-13-13.1/src/backend/utils/adt/network_gist.c-97-#define gk_ip_commonbits(gkptr) ((gkptr)->commonbits) postgresql-13-13.1/src/backend/utils/adt/network_gist.c:98:#define gk_ip_addr(gkptr) ((gkptr)->ipaddr) postgresql-13-13.1/src/backend/utils/adt/network_gist.c-99-#define ip_family_maxbits(fam) ((fam) == PGSQL_AF_INET6 ? 128 : 32) ############################################## postgresql-13-13.1/src/backend/utils/adt/network_gist.c-215- postgresql-13-13.1/src/backend/utils/adt/network_gist.c:216: order = bitncmp(gk_ip_addr(key), ip_addr(query), minbits); postgresql-13-13.1/src/backend/utils/adt/network_gist.c-217- ############################################## postgresql-13-13.1/src/backend/utils/adt/network_gist.c-302- */ postgresql-13-13.1/src/backend/utils/adt/network_gist.c:303: order = bitncmp(gk_ip_addr(key), ip_addr(query), gk_ip_maxbits(key)); postgresql-13-13.1/src/backend/utils/adt/network_gist.c-304- ############################################## postgresql-13-13.1/src/backend/utils/adt/network_gist.c-366- commonbits = gk_ip_commonbits(tmp); postgresql-13-13.1/src/backend/utils/adt/network_gist.c:367: addr = gk_ip_addr(tmp); postgresql-13-13.1/src/backend/utils/adt/network_gist.c-368- ############################################## postgresql-13-13.1/src/backend/utils/adt/network_gist.c-387- if (commonbits > 0) postgresql-13-13.1/src/backend/utils/adt/network_gist.c:388: commonbits = bitncommon(addr, gk_ip_addr(tmp), commonbits); postgresql-13-13.1/src/backend/utils/adt/network_gist.c-389- } ############################################## postgresql-13-13.1/src/backend/utils/adt/network_gist.c-428- commonbits = gk_ip_commonbits(tmp); postgresql-13-13.1/src/backend/utils/adt/network_gist.c:429: addr = gk_ip_addr(tmp); postgresql-13-13.1/src/backend/utils/adt/network_gist.c-430- ############################################## postgresql-13-13.1/src/backend/utils/adt/network_gist.c-449- if (commonbits > 0) postgresql-13-13.1/src/backend/utils/adt/network_gist.c:450: commonbits = bitncommon(addr, gk_ip_addr(tmp), commonbits); postgresql-13-13.1/src/backend/utils/adt/network_gist.c-451- } ############################################## postgresql-13-13.1/src/backend/utils/adt/network_gist.c-484- if (commonbits > 0) postgresql-13-13.1/src/backend/utils/adt/network_gist.c:485: memcpy(gk_ip_addr(result), addr, (commonbits + 7) / 8); postgresql-13-13.1/src/backend/utils/adt/network_gist.c-486- ############################################## postgresql-13-13.1/src/backend/utils/adt/network_gist.c-488- if (commonbits % 8 != 0) postgresql-13-13.1/src/backend/utils/adt/network_gist.c:489: gk_ip_addr(result)[commonbits / 8] &= ~(0xFF >> (commonbits % 8)); postgresql-13-13.1/src/backend/utils/adt/network_gist.c-490- ############################################## postgresql-13-13.1/src/backend/utils/adt/network_gist.c-526- tmp = DatumGetInetKeyP(ent[0].key); postgresql-13-13.1/src/backend/utils/adt/network_gist.c:527: addr = gk_ip_addr(tmp); postgresql-13-13.1/src/backend/utils/adt/network_gist.c-528- ############################################## postgresql-13-13.1/src/backend/utils/adt/network_gist.c-558- gk_ip_commonbits(r) = gk_ip_maxbits(r); postgresql-13-13.1/src/backend/utils/adt/network_gist.c:559: memcpy(gk_ip_addr(r), ip_addr(in), gk_ip_addrsize(r)); postgresql-13-13.1/src/backend/utils/adt/network_gist.c-560- SET_GK_VARSIZE(r); ############################################## postgresql-13-13.1/src/backend/utils/adt/network_gist.c-599- ip_bits(dst) = gk_ip_minbits(key); postgresql-13-13.1/src/backend/utils/adt/network_gist.c:600: memcpy(ip_addr(dst), gk_ip_addr(key), ip_addrsize(dst)); postgresql-13-13.1/src/backend/utils/adt/network_gist.c-601- SET_INET_VARSIZE(dst); ############################################## postgresql-13-13.1/src/backend/utils/adt/network_gist.c-631- { postgresql-13-13.1/src/backend/utils/adt/network_gist.c:632: commonbits = bitncommon(gk_ip_addr(orig), gk_ip_addr(new), postgresql-13-13.1/src/backend/utils/adt/network_gist.c-633- Min(gk_ip_commonbits(orig), ############################################## postgresql-13-13.1/src/backend/utils/adt/network_gist.c-734- tmp = DatumGetInetKeyP(ent[i].key); postgresql-13-13.1/src/backend/utils/adt/network_gist.c:735: addr = gk_ip_addr(tmp); postgresql-13-13.1/src/backend/utils/adt/network_gist.c-736- if ((addr[bitbyte] & bitmask) == 0) ############################################## postgresql-13-13.1/src/backend/utils/adt/network_gist.c-774- tmp = DatumGetInetKeyP(ent[left[0]].key); postgresql-13-13.1/src/backend/utils/adt/network_gist.c:775: addr = gk_ip_addr(tmp); postgresql-13-13.1/src/backend/utils/adt/network_gist.c-776- left_union = build_inet_union_key(minfamily, minbits, commonbits, addr); ############################################## postgresql-13-13.1/src/backend/utils/adt/network_gist.c-784- tmp = DatumGetInetKeyP(ent[right[0]].key); postgresql-13-13.1/src/backend/utils/adt/network_gist.c:785: addr = gk_ip_addr(tmp); postgresql-13-13.1/src/backend/utils/adt/network_gist.c-786- right_union = build_inet_union_key(minfamily, minbits, commonbits, addr); ############################################## postgresql-13-13.1/src/backend/utils/adt/network_gist.c-804- gk_ip_commonbits(left) == gk_ip_commonbits(right) && postgresql-13-13.1/src/backend/utils/adt/network_gist.c:805: memcmp(gk_ip_addr(left), gk_ip_addr(right), postgresql-13-13.1/src/backend/utils/adt/network_gist.c-806- gk_ip_addrsize(left)) == 0); ############################################## postgresql-13-13.1/src/backend/utils/adt/ri_triggers.c-353- * The query string built is postgresql-13-13.1/src/backend/utils/adt/ri_triggers.c:354: * SELECT 1 FROM [ONLY] <pktable> x WHERE pkatt1 = $1 [AND ...] postgresql-13-13.1/src/backend/utils/adt/ri_triggers.c-355- * FOR KEY SHARE OF x ############################################## postgresql-13-13.1/src/backend/utils/adt/ri_triggers.c-481- * The query string built is postgresql-13-13.1/src/backend/utils/adt/ri_triggers.c:482: * SELECT 1 FROM [ONLY] <pktable> x WHERE pkatt1 = $1 [AND ...] postgresql-13-13.1/src/backend/utils/adt/ri_triggers.c-483- * FOR KEY SHARE OF x ############################################## postgresql-13-13.1/src/backend/utils/adt/network_spgist.c-123- if (ip_bits(val) < commonbits || postgresql-13-13.1/src/backend/utils/adt/network_spgist.c:124: bitncmp(ip_addr(prefix), ip_addr(val), commonbits) != 0) postgresql-13-13.1/src/backend/utils/adt/network_spgist.c-125- { postgresql-13-13.1/src/backend/utils/adt/network_spgist.c-126- /* Determine new prefix length for the split tuple */ postgresql-13-13.1/src/backend/utils/adt/network_spgist.c:127: commonbits = bitncommon(ip_addr(prefix), ip_addr(val), postgresql-13-13.1/src/backend/utils/adt/network_spgist.c-128- Min(ip_bits(val), commonbits)); ############################################## postgresql-13-13.1/src/backend/utils/adt/network_spgist.c-190- commonbits = ip_bits(tmp); postgresql-13-13.1/src/backend/utils/adt/network_spgist.c:191: commonbits = bitncommon(ip_addr(prefix), ip_addr(tmp), commonbits); postgresql-13-13.1/src/backend/utils/adt/network_spgist.c-192- if (commonbits == 0) ############################################## postgresql-13-13.1/src/backend/utils/adt/network_spgist.c-353- if (commonbits < ip_maxbits(val) && postgresql-13-13.1/src/backend/utils/adt/network_spgist.c:354: ip_addr(val)[commonbits / 8] & (1 << (7 - commonbits % 8))) postgresql-13-13.1/src/backend/utils/adt/network_spgist.c-355- nodeN |= 1; ############################################## postgresql-13-13.1/src/backend/utils/adt/network_spgist.c-490- */ postgresql-13-13.1/src/backend/utils/adt/network_spgist.c:491: order = bitncmp(ip_addr(prefix), ip_addr(argument), postgresql-13-13.1/src/backend/utils/adt/network_spgist.c-492- Min(commonbits, ip_bits(argument))); ############################################## postgresql-13-13.1/src/backend/utils/adt/network_spgist.c-541- postgresql-13-13.1/src/backend/utils/adt/network_spgist.c:542: nextbit = ip_addr(argument)[commonbits / 8] & postgresql-13-13.1/src/backend/utils/adt/network_spgist.c-543- (1 << (7 - commonbits % 8)); ############################################## postgresql-13-13.1/src/backend/utils/adt/network_spgist.c-627- postgresql-13-13.1/src/backend/utils/adt/network_spgist.c:628: nextbit = ip_addr(argument)[commonbits / 8] & postgresql-13-13.1/src/backend/utils/adt/network_spgist.c-629- (1 << (7 - commonbits % 8)); ############################################## postgresql-13-13.1/src/backend/utils/adt/network_spgist.c-668- /* Redo ordering comparison using all address bits */ postgresql-13-13.1/src/backend/utils/adt/network_spgist.c:669: order = bitncmp(ip_addr(prefix), ip_addr(argument), postgresql-13-13.1/src/backend/utils/adt/network_spgist.c-670- ip_maxbits(prefix)); ############################################## postgresql-13-13.1/src/backend/utils/misc/check_guc-34- postgresql-13-13.1/src/backend/utils/misc/check_guc:35:SETTINGS=`echo "$SETTINGS" | tr 'A-Z' 'a-z'` postgresql-13-13.1/src/backend/utils/misc/check_guc-36- ############################################## postgresql-13-13.1/src/backend/utils/misc/check_guc-61- postgresql-13-13.1/src/backend/utils/misc/check_guc:62:SETTINGS=`echo "$SETTINGS" | tr 'A-Z' 'a-z'` postgresql-13-13.1/src/backend/utils/misc/check_guc-63- ############################################## postgresql-13-13.1/src/backend/utils/Makefile-66-$(top_builddir)/src/include/utils/header-stamp: fmgr-stamp errcodes.h postgresql-13-13.1/src/backend/utils/Makefile:67: prereqdir=`cd '$(dir $<)' >/dev/null && pwd` && \ postgresql-13-13.1/src/backend/utils/Makefile-68- cd '$(dir $@)' && for file in fmgroids.h fmgrprotos.h errcodes.h; do \ ############################################## postgresql-13-13.1/src/backend/utils/cache/relcache.c-279-static Relation RelationBuildDesc(Oid targetRelId, bool insertIt); postgresql-13-13.1/src/backend/utils/cache/relcache.c:280:static void RelationInitPhysicalAddr(Relation relation); postgresql-13-13.1/src/backend/utils/cache/relcache.c-281-static void load_critical_index(Oid indexoid, Oid heapoid); ############################################## postgresql-13-13.1/src/backend/utils/cache/relcache.c-1219- */ postgresql-13-13.1/src/backend/utils/cache/relcache.c:1220: RelationInitPhysicalAddr(relation); postgresql-13-13.1/src/backend/utils/cache/relcache.c-1221- ############################################## postgresql-13-13.1/src/backend/utils/cache/relcache.c-1264-static void postgresql-13-13.1/src/backend/utils/cache/relcache.c:1265:RelationInitPhysicalAddr(Relation relation) postgresql-13-13.1/src/backend/utils/cache/relcache.c-1266-{ ############################################## postgresql-13-13.1/src/backend/utils/cache/relcache.c-1948- */ postgresql-13-13.1/src/backend/utils/cache/relcache.c:1949: RelationInitPhysicalAddr(relation); postgresql-13-13.1/src/backend/utils/cache/relcache.c-1950- ############################################## postgresql-13-13.1/src/backend/utils/cache/relcache.c-2212- /* We must recalculate physical address in case it changed */ postgresql-13-13.1/src/backend/utils/cache/relcache.c:2213: RelationInitPhysicalAddr(relation); postgresql-13-13.1/src/backend/utils/cache/relcache.c-2214- ############################################## postgresql-13-13.1/src/backend/utils/cache/relcache.c-2279- */ postgresql-13-13.1/src/backend/utils/cache/relcache.c:2280: RelationInitPhysicalAddr(relation); postgresql-13-13.1/src/backend/utils/cache/relcache.c-2281- ############################################## postgresql-13-13.1/src/backend/utils/cache/relcache.c-2881- if (RelationIsMapped(relation)) postgresql-13-13.1/src/backend/utils/cache/relcache.c:2882: RelationInitPhysicalAddr(relation); postgresql-13-13.1/src/backend/utils/cache/relcache.c-2883- ############################################## postgresql-13-13.1/src/backend/utils/cache/relcache.c-3526- postgresql-13-13.1/src/backend/utils/cache/relcache.c:3527: RelationInitPhysicalAddr(rel); postgresql-13-13.1/src/backend/utils/cache/relcache.c-3528- ############################################## postgresql-13-13.1/src/backend/utils/cache/relcache.c-5951- RelationInitLockInfo(rel); postgresql-13-13.1/src/backend/utils/cache/relcache.c:5952: RelationInitPhysicalAddr(rel); postgresql-13-13.1/src/backend/utils/cache/relcache.c-5953- } ############################################## postgresql-13-13.1/src/backend/utils/fmgrprotos.h-331-extern Datum scalargejoinsel(PG_FUNCTION_ARGS); postgresql-13-13.1/src/backend/utils/fmgrprotos.h:332:extern Datum hashmacaddr(PG_FUNCTION_ARGS); postgresql-13-13.1/src/backend/utils/fmgrprotos.h-333-extern Datum hashtext(PG_FUNCTION_ARGS); ############################################## postgresql-13-13.1/src/backend/utils/fmgrprotos.h-798-extern Datum pg_stat_get_backend_start(PG_FUNCTION_ARGS); postgresql-13-13.1/src/backend/utils/fmgrprotos.h:799:extern Datum pg_stat_get_backend_client_addr(PG_FUNCTION_ARGS); postgresql-13-13.1/src/backend/utils/fmgrprotos.h-800-extern Datum pg_stat_get_backend_client_port(PG_FUNCTION_ARGS); ############################################## postgresql-13-13.1/src/backend/utils/fmgrprotos.h-1235-extern Datum btfloat84cmp(PG_FUNCTION_ARGS); postgresql-13-13.1/src/backend/utils/fmgrprotos.h:1236:extern Datum inet_client_addr(PG_FUNCTION_ARGS); postgresql-13-13.1/src/backend/utils/fmgrprotos.h-1237-extern Datum inet_client_port(PG_FUNCTION_ARGS); postgresql-13-13.1/src/backend/utils/fmgrprotos.h:1238:extern Datum inet_server_addr(PG_FUNCTION_ARGS); postgresql-13-13.1/src/backend/utils/fmgrprotos.h-1239-extern Datum inet_server_port(PG_FUNCTION_ARGS); ############################################## postgresql-13-13.1/src/backend/utils/fmgrprotos.h-2518-extern Datum macaddrtomacaddr8(PG_FUNCTION_ARGS); postgresql-13-13.1/src/backend/utils/fmgrprotos.h:2519:extern Datum macaddr8tomacaddr(PG_FUNCTION_ARGS); postgresql-13-13.1/src/backend/utils/fmgrprotos.h-2520-extern Datum macaddr8_set7bit(PG_FUNCTION_ARGS); ############################################## postgresql-13-13.1/src/backend/Makefile-167-$(top_builddir)/src/include/parser/gram.h: parser/gram.h postgresql-13-13.1/src/backend/Makefile:168: prereqdir=`cd '$(dir $<)' >/dev/null && pwd` && \ postgresql-13-13.1/src/backend/Makefile-169- cd '$(dir $@)' && rm -f $(notdir $@) && \ ############################################## postgresql-13-13.1/src/backend/Makefile-172-$(top_builddir)/src/include/storage/lwlocknames.h: storage/lmgr/lwlocknames.h postgresql-13-13.1/src/backend/Makefile:173: prereqdir=`cd '$(dir $<)' >/dev/null && pwd` && \ postgresql-13-13.1/src/backend/Makefile-174- cd '$(dir $@)' && rm -f $(notdir $@) && \ ############################################## postgresql-13-13.1/src/backend/catalog/Makefile-118-$(top_builddir)/src/include/catalog/header-stamp: bki-stamp postgresql-13-13.1/src/backend/catalog/Makefile:119: prereqdir=`cd '$(dir $<)' >/dev/null && pwd` && \ postgresql-13-13.1/src/backend/catalog/Makefile-120- cd '$(dir $@)' && for file in $(GENERATED_HEADERS); do \ ############################################## postgresql-13-13.1/src/backend/catalog/postgres.bki-755-insert ( 1200 interval 11 10 12 1 0 0 3918 f f f t f i s 2 0 1186 "1186 23" _null_ _null_ _null_ _null_ _null_ interval_scale _null_ _null_ _null_ ) postgresql-13-13.1/src/backend/catalog/postgres.bki:756:insert ( 1215 obj_description 11 10 14 100 0 0 0 f f f t f s s 2 0 25 "26 19" _null_ _null_ _null_ _null_ _null_ "select description from pg_catalog.pg_description where objoid = $1 and classoid = (select oid from pg_catalog.pg_class where relname = $2 and relnamespace = 11) and objsubid = 0" _null_ _null_ _null_ ) postgresql-13-13.1/src/backend/catalog/postgres.bki:757:insert ( 1216 col_description 11 10 14 100 0 0 0 f f f t f s s 2 0 25 "26 23" _null_ _null_ _null_ _null_ _null_ "select description from pg_catalog.pg_description where objoid = $1 and classoid = ''pg_catalog.pg_class''::pg_catalog.regclass and objsubid = $2" _null_ _null_ _null_ ) postgresql-13-13.1/src/backend/catalog/postgres.bki:758:insert ( 1993 shobj_description 11 10 14 100 0 0 0 f f f t f s s 2 0 25 "26 19" _null_ _null_ _null_ _null_ _null_ "select description from pg_catalog.pg_shdescription where objoid = $1 and classoid = (select oid from pg_catalog.pg_class where relname = $2 and relnamespace = 11)" _null_ _null_ _null_ ) postgresql-13-13.1/src/backend/catalog/postgres.bki-759-insert ( 1217 date_trunc 11 10 12 1 0 0 0 f f f t f s s 2 0 1184 "25 1184" _null_ _null_ _null_ _null_ _null_ timestamptz_trunc _null_ _null_ _null_ ) ############################################## postgresql-13-13.1/src/backend/catalog/postgres.bki-852-insert ( 1347 exp 11 10 12 1 0 0 0 f f f t f i s 1 0 701 701 _null_ _null_ _null_ _null_ _null_ dexp _null_ _null_ _null_ ) postgresql-13-13.1/src/backend/catalog/postgres.bki:853:insert ( 1348 obj_description 11 10 14 100 0 0 0 f f f t f s s 1 0 25 26 _null_ _null_ _null_ _null_ _null_ "select description from pg_catalog.pg_description where objoid = $1 and objsubid = 0" _null_ _null_ _null_ ) postgresql-13-13.1/src/backend/catalog/postgres.bki-854-insert ( 1349 oidvectortypes 11 10 12 1 0 0 0 f f f t f s s 1 0 25 30 _null_ _null_ _null_ _null_ _null_ oidvectortypes _null_ _null_ _null_ ) ############################################## postgresql-13-13.1/src/backend/catalog/information_schema.sql-57- (SELECT information_schema._pg_expandarray(indkey) AS a postgresql-13-13.1/src/backend/catalog/information_schema.sql:58: FROM pg_catalog.pg_index WHERE indexrelid = $1) ss postgresql-13-13.1/src/backend/catalog/information_schema.sql:59: WHERE (ss.a).x = $2; postgresql-13-13.1/src/backend/catalog/information_schema.sql-60-$$; ############################################## postgresql-13-13.1/src/backend/catalog/system_views.sql-1152- FROM pg_catalog.pg_ts_config_map AS m postgresql-13-13.1/src/backend/catalog/system_views.sql:1153: WHERE m.mapcfg = $1 AND m.maptokentype = parse.tokid postgresql-13-13.1/src/backend/catalog/system_views.sql-1154- ORDER BY m.mapseqno ) ############################################## postgresql-13-13.1/src/backend/catalog/system_views.sql-1157- FROM pg_catalog.pg_ts_config_map AS m postgresql-13-13.1/src/backend/catalog/system_views.sql:1158: WHERE m.mapcfg = $1 AND m.maptokentype = parse.tokid postgresql-13-13.1/src/backend/catalog/system_views.sql-1159- ORDER BY pg_catalog.ts_lexize(mapdict, parse.token) IS NULL, m.mapseqno ############################################## postgresql-13-13.1/src/backend/catalog/system_views.sql-1163- FROM pg_catalog.pg_ts_config_map AS m postgresql-13-13.1/src/backend/catalog/system_views.sql:1164: WHERE m.mapcfg = $1 AND m.maptokentype = parse.tokid postgresql-13-13.1/src/backend/catalog/system_views.sql-1165- ORDER BY pg_catalog.ts_lexize(mapdict, parse.token) IS NULL, m.mapseqno ############################################## postgresql-13-13.1/src/backend/catalog/system_views.sql-1168-FROM pg_catalog.ts_parse( postgresql-13-13.1/src/backend/catalog/system_views.sql:1169: (SELECT cfgparser FROM pg_catalog.pg_ts_config WHERE oid = $1 ), $2 postgresql-13-13.1/src/backend/catalog/system_views.sql-1170- ) AS parse, postgresql-13-13.1/src/backend/catalog/system_views.sql-1171- pg_catalog.ts_token_type( postgresql-13-13.1/src/backend/catalog/system_views.sql:1172: (SELECT cfgparser FROM pg_catalog.pg_ts_config WHERE oid = $1 ) postgresql-13-13.1/src/backend/catalog/system_views.sql-1173- ) AS tt ############################################## postgresql-13-13.1/src/backend/port/aix/mkldexport.sh-35- postgresql-13-13.1/src/backend/port/aix/mkldexport.sh:36:CMDNAME=`basename $0` postgresql-13-13.1/src/backend/port/aix/mkldexport.sh-37-if [ -z "$1" ]; then ############################################## postgresql-13-13.1/src/backend/port/aix/mkldexport.sh-40-fi postgresql-13-13.1/src/backend/port/aix/mkldexport.sh:41:OBJNAME=`basename $1` postgresql-13-13.1/src/backend/port/aix/mkldexport.sh:42:if [ "`basename $OBJNAME`" != "`basename $OBJNAME .o`" ]; then postgresql-13-13.1/src/backend/port/aix/mkldexport.sh:43: OBJNAME=`basename $OBJNAME .o`.so postgresql-13-13.1/src/backend/port/aix/mkldexport.sh-44-fi ############################################## postgresql-13-13.1/src/backend/tcop/postgres.c-3219- * postgresql-13-13.1/src/backend/tcop/postgres.c:3220: * Note: while icc accepts gcc asm blocks on x86[_64], this is not true on postgresql-13-13.1/src/backend/tcop/postgres.c-3221- * ia64 (at least not in icc versions before 12.x). So we have to carry a ############################################## postgresql-13-13.1/src/backend/commands/portalcmds.c-121- * had a command like postgresql-13-13.1/src/backend/commands/portalcmds.c:122: * DECLARE c CURSOR FOR SELECT ... WHERE foo = $1 postgresql-13-13.1/src/backend/commands/portalcmds.c-123- * This will have been parsed using the outer parameter set and the ############################################## postgresql-13-13.1/src/Makefile.shlib-208- ifeq ($(GCC), yes) postgresql-13-13.1/src/Makefile.shlib:209: SHLIB_LINK += `$(CC) $(LDFLAGS) -print-libgcc-file-name` postgresql-13-13.1/src/Makefile.shlib-210- endif ############################################## postgresql-13-13.1/src/bin/pg_checksums/t/002_actions.pl-32- my $relfilenode_corrupted = $node->safe_psql('postgres', postgresql-13-13.1/src/bin/pg_checksums/t/002_actions.pl:33: "SELECT relfilenode FROM pg_class WHERE relname = '$table';"); postgresql-13-13.1/src/bin/pg_checksums/t/002_actions.pl-34- ############################################## postgresql-13-13.1/src/bin/pg_upgrade/test.sh-80-: ${oldsrc=../../..} postgresql-13-13.1/src/bin/pg_upgrade/test.sh:81:oldsrc=`cd "$oldsrc" && pwd` postgresql-13-13.1/src/bin/pg_upgrade/test.sh-82-newsrc=`cd ../../.. && pwd` ############################################## postgresql-13-13.1/src/bin/pg_upgrade/test.sh-131-# Select a non-conflicting port number, similarly to pg_regress.c postgresql-13-13.1/src/bin/pg_upgrade/test.sh:132:PG_VERSION_NUM=`grep '#define PG_VERSION_NUM' "$newsrc"/src/include/pg_config.h | awk '{print $3}'` postgresql-13-13.1/src/bin/pg_upgrade/test.sh:133:PGPORT=`expr $PG_VERSION_NUM % 16384 + 49152` postgresql-13-13.1/src/bin/pg_upgrade/test.sh-134-export PGPORT ############################################## postgresql-13-13.1/src/bin/pg_upgrade/test.sh-138-do postgresql-13-13.1/src/bin/pg_upgrade/test.sh:139: i=`expr $i + 1` postgresql-13-13.1/src/bin/pg_upgrade/test.sh-140- if [ $i -eq 16 ] ############################################## postgresql-13-13.1/src/bin/pg_upgrade/test.sh-144- fi postgresql-13-13.1/src/bin/pg_upgrade/test.sh:145: PGPORT=`expr $PGPORT + 1` postgresql-13-13.1/src/bin/pg_upgrade/test.sh-146- export PGPORT ############################################## postgresql-13-13.1/src/bin/pg_upgrade/test.sh-231- MINGW*) ;; postgresql-13-13.1/src/bin/pg_upgrade/test.sh:232: *) if [ `find "$PGDATA" -type f ! -perm 640 | wc -l` -ne 0 ]; then postgresql-13-13.1/src/bin/pg_upgrade/test.sh-233- echo "files in PGDATA with permission != 640"; ############################################## postgresql-13-13.1/src/bin/pg_upgrade/test.sh-239- MINGW*) ;; postgresql-13-13.1/src/bin/pg_upgrade/test.sh:240: *) if [ `find "$PGDATA" -type d ! -perm 750 | wc -l` -ne 0 ]; then postgresql-13-13.1/src/bin/pg_upgrade/test.sh-241- echo "directories in PGDATA with permission != 750"; ############################################## postgresql-13-13.1/src/bin/psql/command.c-603- char *host = PQhost(pset.db); postgresql-13-13.1/src/bin/psql/command.c:604: char *hostaddr = PQhostaddr(pset.db); postgresql-13-13.1/src/bin/psql/command.c-605- ############################################## postgresql-13-13.1/src/bin/psql/command.c-3378- char *host = PQhost(pset.db); postgresql-13-13.1/src/bin/psql/command.c:3379: char *hostaddr = PQhostaddr(pset.db); postgresql-13-13.1/src/bin/psql/command.c-3380- ############################################## postgresql-13-13.1/src/port/pg_bitutils.c-114-#if defined(HAVE__GET_CPUID) || defined(HAVE__CPUID) postgresql-13-13.1/src/port/pg_bitutils.c:115:#define USE_POPCNT_ASM 1 postgresql-13-13.1/src/port/pg_bitutils.c-116-#endif ############################################## postgresql-13-13.1/src/port/pg_bitutils.c-133-int (*pg_popcount64) (uint64 word) = pg_popcount64_slow; postgresql-13-13.1/src/port/pg_bitutils.c:134:#endif /* USE_POPCNT_ASM */ postgresql-13-13.1/src/port/pg_bitutils.c-135- ############################################## postgresql-13-13.1/src/port/pg_bitutils.c-158- * These functions get called on the first call to pg_popcount32 etc. postgresql-13-13.1/src/port/pg_bitutils.c:159: * They detect whether we can use the asm implementations, and replace postgresql-13-13.1/src/port/pg_bitutils.c-160- * the function pointers so that subsequent calls are routed directly to ############################################## postgresql-13-13.1/src/port/pg_bitutils.c-222- postgresql-13-13.1/src/port/pg_bitutils.c:223:#endif /* USE_POPCNT_ASM */ postgresql-13-13.1/src/port/pg_bitutils.c-224- ############################################## postgresql-13-13.1/src/tools/make_ctags-52-while read DIR postgresql-13-13.1/src/tools/make_ctags:53:do [ "$DIR" != "." ] && ln -f -s `echo "$DIR" | sed 's;/[^/]*;/..;g'`/tags "$DIR"/tags postgresql-13-13.1/src/tools/make_ctags-54-done ############################################## postgresql-13-13.1/src/tools/make_mkid-9-do postgresql-13-13.1/src/tools/make_mkid:10: [ "$DIR" != "." ] && ln -f -s `echo "$DIR" | sed 's;/[^/]*;/..;g'`/ID $DIR/ID postgresql-13-13.1/src/tools/make_mkid-11-done ############################################## postgresql-13-13.1/src/tools/version_stamp.pl-108- postgresql-13-13.1/src/tools/version_stamp.pl:109: system("sed $sedargs $filename >$tmpfilename") == 0 postgresql-13-13.1/src/tools/version_stamp.pl-110- or die "sed failed: $?"; postgresql-13-13.1/src/tools/version_stamp.pl:111: system("mv $tmpfilename $filename") == 0 postgresql-13-13.1/src/tools/version_stamp.pl-112- or die "mv failed: $?"; ############################################## postgresql-13-13.1/src/tools/make_diff/difforig-10-do postgresql-13-13.1/src/tools/make_diff/difforig:11: NEW="`dirname $FILE`/`basename $FILE .orig`" postgresql-13-13.1/src/tools/make_diff/difforig-12- echo "$NEW" 1>&2 ############################################## postgresql-13-13.1/src/tools/ifaddrs/test_ifaddrs.c-5- * test_ifaddrs.c postgresql-13-13.1/src/tools/ifaddrs/test_ifaddrs.c:6: * test pg_foreach_ifaddr() postgresql-13-13.1/src/tools/ifaddrs/test_ifaddrs.c-7- */ ############################################## postgresql-13-13.1/src/tools/ifaddrs/test_ifaddrs.c-17-static void postgresql-13-13.1/src/tools/ifaddrs/test_ifaddrs.c:18:print_addr(struct sockaddr *addr) postgresql-13-13.1/src/tools/ifaddrs/test_ifaddrs.c-19-{ ############################################## postgresql-13-13.1/src/tools/ifaddrs/test_ifaddrs.c-50- printf("addr: "); postgresql-13-13.1/src/tools/ifaddrs/test_ifaddrs.c:51: print_addr(addr); postgresql-13-13.1/src/tools/ifaddrs/test_ifaddrs.c-52- printf(" mask: "); postgresql-13-13.1/src/tools/ifaddrs/test_ifaddrs.c:53: print_addr(mask); postgresql-13-13.1/src/tools/ifaddrs/test_ifaddrs.c-54- printf("\n"); ############################################## postgresql-13-13.1/src/tools/ifaddrs/test_ifaddrs.c-69- postgresql-13-13.1/src/tools/ifaddrs/test_ifaddrs.c:70: if (pg_foreach_ifaddr(callback, NULL) < 0) postgresql-13-13.1/src/tools/ifaddrs/test_ifaddrs.c-71- fprintf(stderr, "pg_foreach_ifaddr failed: %s\n", strerror(errno)); ############################################## postgresql-13-13.1/src/tools/pgtest-56-# return original make error code postgresql-13-13.1/src/tools/pgtest:57:exit `cat $TMP/ret` ############################################## postgresql-13-13.1/src/tools/msvc/vcregress.pl-155- chdir $startdir; postgresql-13-13.1/src/tools/msvc/vcregress.pl:156: system("msbuild ecpg_regression.proj $msbflags /p:config=$Config"); postgresql-13-13.1/src/tools/msvc/vcregress.pl-157- my $status = $? >> 8; ############################################## postgresql-13-13.1/src/tools/msvc/vcregress.pl-537- postgresql-13-13.1/src/tools/msvc/vcregress.pl:538: system('createdb', quote_system_arg($dbname)); postgresql-13-13.1/src/tools/msvc/vcregress.pl-539- my $status = $? >> 8; ############################################## postgresql-13-13.1/src/tools/msvc/Install.pm-675- "$ctarget\\include\\server\\$d\\"); postgresql-13-13.1/src/tools/msvc/Install.pm:676: system(@args) && croak("Failed to copy include directory $d\n"); postgresql-13-13.1/src/tools/msvc/Install.pm-677- } ############################################## postgresql-13-13.1/src/tools/msvc/Install.pm-735- $_); postgresql-13-13.1/src/tools/msvc/Install.pm:736: system(@args) && croak("Could not run msgfmt on $dir\\$_"); postgresql-13-13.1/src/tools/msvc/Install.pm-737- print "."; ############################################## postgresql-13-13.1/src/tools/msvc/pgbison.pl-51- postgresql-13-13.1/src/tools/msvc/pgbison.pl:52:system("bison $nodep $headerflag $input -o $output"); postgresql-13-13.1/src/tools/msvc/pgbison.pl-53-exit $? >> 8; ############################################## postgresql-13-13.1/src/tools/msvc/pgflex.pl-52- postgresql-13-13.1/src/tools/msvc/pgflex.pl:53:system("flex $flexflags -o$output $input"); postgresql-13-13.1/src/tools/msvc/pgflex.pl-54-if ($? == 0) ############################################## postgresql-13-13.1/src/tools/msvc/pgflex.pl-66- # "unused variable" warnings with older flex versions. postgresql-13-13.1/src/tools/msvc/pgflex.pl:67: system("perl src\\tools\\fix-old-flex-code.pl $output"); postgresql-13-13.1/src/tools/msvc/pgflex.pl-68- } ############################################## postgresql-13-13.1/src/tools/msvc/Mkvcbuild.pm-501- qq("$solution->{options}->{python}\\python" -c "$pythonprog"); postgresql-13-13.1/src/tools/msvc/Mkvcbuild.pm:502: my $pyout = `$prefixcmd`; postgresql-13-13.1/src/tools/msvc/Mkvcbuild.pm-503- die "Could not query for python version!\n" if $?; ############################################## postgresql-13-13.1/src/tools/msvc/Mkvcbuild.pm-662- SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX); postgresql-13-13.1/src/tools/msvc/Mkvcbuild.pm:663: system(".\\$exe"); postgresql-13-13.1/src/tools/msvc/Mkvcbuild.pm-664- SetErrorMode($oldmode); ############################################## postgresql-13-13.1/src/tools/msvc/Solution.pm-129- qq("$self->{options}->{openssl}\\bin\\openssl.exe" version 2>&1); postgresql-13-13.1/src/tools/msvc/Solution.pm:130: my $sslout = `$opensslcmd`; postgresql-13-13.1/src/tools/msvc/Solution.pm-131- ############################################## postgresql-13-13.1/src/tools/msvc/gendef.pl-169-my $tmpfile = "$ARGV[0]/tmp.sym"; postgresql-13-13.1/src/tools/msvc/gendef.pl:170:system("dumpbin /symbols /out:$tmpfile $ARGV[0]/*.obj >NUL") postgresql-13-13.1/src/tools/msvc/gendef.pl-171- && die "Could not call dumpbin"; ############################################## postgresql-13-13.1/src/tools/pgindent/pgindent-73-{ postgresql-13-13.1/src/tools/pgindent/pgindent:74: system("$indent -? < $devnull > $devnull 2>&1"); postgresql-13-13.1/src/tools/pgindent/pgindent-75- if ($? >> 8 != 1) ############################################## postgresql-13-13.1/src/tools/pgindent/pgindent-81- postgresql-13-13.1/src/tools/pgindent/pgindent:82: if (`$indent --version` !~ m/ $INDENT_VERSION /) postgresql-13-13.1/src/tools/pgindent/pgindent-83- { ############################################## postgresql-13-13.1/src/tools/pgindent/pgindent-88- postgresql-13-13.1/src/tools/pgindent/pgindent:89: system("$indent -gnu < $devnull > $devnull 2>&1"); postgresql-13-13.1/src/tools/pgindent/pgindent-90- if ($? == 0) ############################################## postgresql-13-13.1/src/tools/pgindent/pgindent-268- postgresql-13-13.1/src/tools/pgindent/pgindent:269: $$error_message = `$cmd $filename 2>&1`; postgresql-13-13.1/src/tools/pgindent/pgindent-270- ############################################## postgresql-13-13.1/src/tools/pgindent/pgindent-340- my $indentrepo = "https://git.postgresql.org/git/pg_bsd_indent.git"; postgresql-13-13.1/src/tools/pgindent/pgindent:341: system("git clone $indentrepo >$devnull 2>&1"); postgresql-13-13.1/src/tools/pgindent/pgindent-342- die "could not fetch pg_bsd_indent sources from $indentrepo\n" ############################################## postgresql-13-13.1/src/tools/pgindent/pgindent-345- chdir "pg_bsd_indent" || die; postgresql-13-13.1/src/tools/pgindent/pgindent:346: system("make all check >$devnull"); postgresql-13-13.1/src/tools/pgindent/pgindent-347- die "could not build pg_bsd_indent from source\n" ############################################## postgresql-13-13.1/src/tools/pginclude/pgrminclude-111- -Wmissing-declarations -I$PGSRC/include -I$PGSRC/backend \ postgresql-13-13.1/src/tools/pginclude/pgrminclude:112: -I$PGSRC/interfaces/libpq -I`dirname $FILE` $CFLAGS -O1 -c /tmp/$$.c \ postgresql-13-13.1/src/tools/pginclude/pgrminclude-113- -o /tmp/$$.o >/tmp/$$ 2>&1 ############################################## postgresql-13-13.1/src/tools/pginclude/pgrminclude-133-do postgresql-13-13.1/src/tools/pginclude/pgrminclude:134: if [ `expr $FILE : '.*\.h$'` -ne 0 ] postgresql-13-13.1/src/tools/pginclude/pgrminclude-135- then IS_INCLUDE="Y" ############################################## postgresql-13-13.1/src/tools/pginclude/cpluspluscheck-29- postgresql-13-13.1/src/tools/pginclude/cpluspluscheck:30:me=`basename $0` postgresql-13-13.1/src/tools/pginclude/cpluspluscheck-31- ############################################## postgresql-13-13.1/src/tools/pginclude/cpluspluscheck-36-MGLOB="$builddir/src/Makefile.global" postgresql-13-13.1/src/tools/pginclude/cpluspluscheck:37:CPPFLAGS=`sed -n 's/^CPPFLAGS[ ]*=[ ]*//p' "$MGLOB"` postgresql-13-13.1/src/tools/pginclude/cpluspluscheck:38:CXX=`sed -n 's/^CXX[ ]*=[ ]*//p' "$MGLOB"` postgresql-13-13.1/src/tools/pginclude/cpluspluscheck:39:perl_includespec=`sed -n 's/^perl_includespec[ ]*=[ ]*//p' "$MGLOB"` postgresql-13-13.1/src/tools/pginclude/cpluspluscheck:40:python_includespec=`sed -n 's/^python_includespec[ ]*=[ ]*//p' "$MGLOB"` postgresql-13-13.1/src/tools/pginclude/cpluspluscheck-41- ############################################## postgresql-13-13.1/src/tools/pginclude/cpluspluscheck-50-# Create temp directory. postgresql-13-13.1/src/tools/pginclude/cpluspluscheck:51:tmp=`mktemp -d /tmp/$me.XXXXXX` postgresql-13-13.1/src/tools/pginclude/cpluspluscheck-52- ############################################## postgresql-13-13.1/src/tools/pginclude/cpluspluscheck-55-# Scan all of src/ and contrib/ for header files. postgresql-13-13.1/src/tools/pginclude/cpluspluscheck:56:for f in `cd "$srcdir" && find src contrib -name '*.h' -print` postgresql-13-13.1/src/tools/pginclude/cpluspluscheck-57-do ############################################## postgresql-13-13.1/src/tools/pginclude/headerscheck-29- postgresql-13-13.1/src/tools/pginclude/headerscheck:30:me=`basename $0` postgresql-13-13.1/src/tools/pginclude/headerscheck-31- ############################################## postgresql-13-13.1/src/tools/pginclude/headerscheck-33-MGLOB="$builddir/src/Makefile.global" postgresql-13-13.1/src/tools/pginclude/headerscheck:34:CPPFLAGS=`sed -n 's/^CPPFLAGS[ ]*=[ ]*//p' "$MGLOB"` postgresql-13-13.1/src/tools/pginclude/headerscheck:35:CFLAGS=`sed -n 's/^CFLAGS[ ]*=[ ]*//p' "$MGLOB"` postgresql-13-13.1/src/tools/pginclude/headerscheck:36:CC=`sed -n 's/^CC[ ]*=[ ]*//p' "$MGLOB"` postgresql-13-13.1/src/tools/pginclude/headerscheck:37:PG_SYSROOT=`sed -n 's/^PG_SYSROOT[ ]*=[ ]*//p' "$MGLOB"` postgresql-13-13.1/src/tools/pginclude/headerscheck:38:perl_includespec=`sed -n 's/^perl_includespec[ ]*=[ ]*//p' "$MGLOB"` postgresql-13-13.1/src/tools/pginclude/headerscheck:39:python_includespec=`sed -n 's/^python_includespec[ ]*=[ ]*//p' "$MGLOB"` postgresql-13-13.1/src/tools/pginclude/headerscheck-40- postgresql-13-13.1/src/tools/pginclude/headerscheck-41-# needed on Darwin postgresql-13-13.1/src/tools/pginclude/headerscheck:42:CPPFLAGS=`echo "$CPPFLAGS" | sed "s|\\\$(PG_SYSROOT)|$PG_SYSROOT|g"` postgresql-13-13.1/src/tools/pginclude/headerscheck-43- ############################################## postgresql-13-13.1/src/tools/pginclude/headerscheck-46-# Create temp directory. postgresql-13-13.1/src/tools/pginclude/headerscheck:47:tmp=`mktemp -d /tmp/$me.XXXXXX` postgresql-13-13.1/src/tools/pginclude/headerscheck-48- ############################################## postgresql-13-13.1/src/tools/pginclude/headerscheck-51-# Scan all of src/ and contrib/ for header files. postgresql-13-13.1/src/tools/pginclude/headerscheck:52:for f in `cd "$srcdir" && find src contrib -name '*.h' -print` postgresql-13-13.1/src/tools/pginclude/headerscheck-53-do ############################################## postgresql-13-13.1/src/tools/pginclude/pgcompinclude-36- -Wmissing-declarations -I$PGSRC/include -I$PGSRC/backend \ postgresql-13-13.1/src/tools/pginclude/pgcompinclude:37: -I$PGSRC/interfaces/libpq -I`dirname $FILE` $CFLAGS -O1 -c /tmp/$$.c \ postgresql-13-13.1/src/tools/pginclude/pgcompinclude-38- -o /tmp/$$.o >/tmp/$$ 2>&1 ############################################## postgresql-13-13.1/src/pl/plpgsql/src/sql/plpgsql_trap.sql-45- select into y data from match_source where id = postgresql-13-13.1/src/pl/plpgsql/src/sql/plpgsql_trap.sql:46: (select id from match_source b where ten = $1); postgresql-13-13.1/src/pl/plpgsql/src/sql/plpgsql_trap.sql-47- exception ############################################## postgresql-13-13.1/src/pl/plpgsql/src/expected/plpgsql_trap.out-69- select into y data from match_source where id = postgresql-13-13.1/src/pl/plpgsql/src/expected/plpgsql_trap.out:70: (select id from match_source b where ten = $1); postgresql-13-13.1/src/pl/plpgsql/src/expected/plpgsql_trap.out-71- exception ############################################## postgresql-13-13.1/src/pl/plperl/text2macro.pl-86- postgresql-13-13.1/src/pl/plperl/text2macro.pl:87: system("perl $0 --name=X $tmp.pl > $tmp.c") == 0 or die; postgresql-13-13.1/src/pl/plperl/text2macro.pl-88- open $fh, '>>', "$tmp.c"; ############################################## postgresql-13-13.1/src/pl/plperl/text2macro.pl-91- close $fh; postgresql-13-13.1/src/pl/plperl/text2macro.pl:92: system("cat -n $tmp.c"); postgresql-13-13.1/src/pl/plperl/text2macro.pl-93- postgresql-13-13.1/src/pl/plperl/text2macro.pl:94: system("make $tmp") == 0 or die; postgresql-13-13.1/src/pl/plperl/text2macro.pl-95- open $fh, '<', "./$tmp |" or die; ############################################## postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql-47- "select 1 from T_pkey1 \\ postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql:48: where key1 = \\$1 and key2 = \\$2" \\ postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql-49- {int4 bpchar}] ############################################## postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql-162- "select 1 from T_dta1 \\ postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql:163: where ref1 = \\$1 and ref2 = \\$2" \\ postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql-164- {int4 bpchar}] ############################################## postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql-247- "select 1 from T_pkey2 \\ postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql:248: where key1 = \\$1 and key2 = \\$2" \\ postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql-249- {int4 bpchar}] ############################################## postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql-293- "update T_dta2 set ref1 = \\$3, ref2 = \\$4 \\ postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql:294: where ref1 = \\$1 and ref2 = \\$2" \\ postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql-295- {int4 bpchar int4 bpchar}] ############################################## postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql-300- "delete from T_dta2 \\ postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql:301: where ref1 = \\$1 and ref2 = \\$2" \\ postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql-302- {int4 bpchar}] ############################################## postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql-408- from pg_catalog.pg_type T, pg_catalog.pg_attribute A, pg_catalog.pg_class C \\ postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql:409: where C.relname = ''[quote $keyrel]'' \\ postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql-410- and C.oid = A.attrelid \\ ############################################## postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql-432- spi_exec "select relname from pg_catalog.pg_class \\ postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql:433: where oid = ''$TG_relid''::oid" postgresql-13-13.1/src/pl/tcl/sql/pltcl_trigger.sql-434- set GD($planrel) $relname ############################################## postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out-41- "select 1 from T_pkey1 \\ postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out:42: where key1 = \\$1 and key2 = \\$2" \\ postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out-43- {int4 bpchar}] ############################################## postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out-146- "select 1 from T_dta1 \\ postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out:147: where ref1 = \\$1 and ref2 = \\$2" \\ postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out-148- {int4 bpchar}] ############################################## postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out-227- "select 1 from T_pkey2 \\ postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out:228: where key1 = \\$1 and key2 = \\$2" \\ postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out-229- {int4 bpchar}] ############################################## postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out-269- "update T_dta2 set ref1 = \\$3, ref2 = \\$4 \\ postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out:270: where ref1 = \\$1 and ref2 = \\$2" \\ postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out-271- {int4 bpchar int4 bpchar}] ############################################## postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out-276- "delete from T_dta2 \\ postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out:277: where ref1 = \\$1 and ref2 = \\$2" \\ postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out-278- {int4 bpchar}] ############################################## postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out-380- from pg_catalog.pg_type T, pg_catalog.pg_attribute A, pg_catalog.pg_class C \\ postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out:381: where C.relname = ''[quote $keyrel]'' \\ postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out-382- and C.oid = A.attrelid \\ ############################################## postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out-404- spi_exec "select relname from pg_catalog.pg_class \\ postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out:405: where oid = ''$TG_relid''::oid" postgresql-13-13.1/src/pl/tcl/expected/pltcl_trigger.out-406- set GD($planrel) $relname ############################################## postgresql-13-13.1/src/pl/plpython/sql/plpython_spi.sql-28-'if "myplan" not in SD: postgresql-13-13.1/src/pl/plpython/sql/plpython_spi.sql:29: q = "SELECT count(*) FROM users WHERE lname = $1" postgresql-13-13.1/src/pl/plpython/sql/plpython_spi.sql-30- SD["myplan"] = plpy.prepare(q, [ "text" ]) ############################################## postgresql-13-13.1/src/pl/plpython/sql/plpython_spi.sql-42-'if "myplan" not in SD: postgresql-13-13.1/src/pl/plpython/sql/plpython_spi.sql:43: q = "SELECT count(*) FROM users WHERE lname = $1" postgresql-13-13.1/src/pl/plpython/sql/plpython_spi.sql-44- SD["myplan"] = plpy.prepare(q, [ "text" ]) ############################################## postgresql-13-13.1/src/pl/plpython/sql/plpython_spi.sql-136-SELECT result_nrows_test($$INSERT INTO foo2 VALUES (1, 'one'), (2, 'two')$$); postgresql-13-13.1/src/pl/plpython/sql/plpython_spi.sql:137:SELECT result_nrows_test($$UPDATE foo2 SET b = '' WHERE a = 2$$); postgresql-13-13.1/src/pl/plpython/sql/plpython_spi.sql-138- ############################################## postgresql-13-13.1/src/pl/plpython/sql/plpython_spi.sql-147-SELECT result_len_test($$INSERT INTO foo3 VALUES (1, 'one'), (2, 'two')$$); postgresql-13-13.1/src/pl/plpython/sql/plpython_spi.sql:148:SELECT result_len_test($$UPDATE foo3 SET b= '' WHERE a = 2$$); postgresql-13-13.1/src/pl/plpython/sql/plpython_spi.sql-149- ############################################## postgresql-13-13.1/src/pl/plpython/sql/plpython_error.sql-63-'if "plan" not in SD: postgresql-13-13.1/src/pl/plpython/sql/plpython_error.sql:64: q = "SELECT fname FROM users WHERE lname = $1" postgresql-13-13.1/src/pl/plpython/sql/plpython_error.sql-65- SD["plan"] = plpy.prepare(q, [ "test" ]) ############################################## postgresql-13-13.1/src/pl/plpython/sql/plpython_error.sql-81-'if "plan" not in SD: postgresql-13-13.1/src/pl/plpython/sql/plpython_error.sql:82: q = "SELECT fname FROM users WHERE lname = $1" postgresql-13-13.1/src/pl/plpython/sql/plpython_error.sql-83- try: ############################################## postgresql-13-13.1/src/pl/plpython/sql/plpython_error.sql-103-'if "plan" not in SD: postgresql-13-13.1/src/pl/plpython/sql/plpython_error.sql:104: q = "SELECT fname FROM users WHERE lname = $1" postgresql-13-13.1/src/pl/plpython/sql/plpython_error.sql-105- try: ############################################## postgresql-13-13.1/src/pl/plpython/sql/plpython_error.sql-123-'if "plan" not in SD: postgresql-13-13.1/src/pl/plpython/sql/plpython_error.sql:124: SD["plan"] = plpy.prepare("SELECT fname FROM users WHERE lname = $1", [ "text" ]) postgresql-13-13.1/src/pl/plpython/sql/plpython_error.sql-125-rv = plpy.execute(SD["plan"], [ a ]) ############################################## postgresql-13-13.1/src/pl/plpython/plpy_spi.c-34-/* prepare(query="select * from foo") postgresql-13-13.1/src/pl/plpython/plpy_spi.c:35: * prepare(query="select * from foo where bar = $1", params=["text"]) postgresql-13-13.1/src/pl/plpython/plpy_spi.c:36: * prepare(query="select * from foo where bar = $1", params=["text"], limit=5) postgresql-13-13.1/src/pl/plpython/plpy_spi.c-37- */ ############################################## postgresql-13-13.1/src/pl/plpython/expected/plpython_spi.out-23-'if "myplan" not in SD: postgresql-13-13.1/src/pl/plpython/expected/plpython_spi.out:24: q = "SELECT count(*) FROM users WHERE lname = $1" postgresql-13-13.1/src/pl/plpython/expected/plpython_spi.out-25- SD["myplan"] = plpy.prepare(q, [ "text" ]) ############################################## postgresql-13-13.1/src/pl/plpython/expected/plpython_spi.out-36-'if "myplan" not in SD: postgresql-13-13.1/src/pl/plpython/expected/plpython_spi.out:37: q = "SELECT count(*) FROM users WHERE lname = $1" postgresql-13-13.1/src/pl/plpython/expected/plpython_spi.out-38- SD["myplan"] = plpy.prepare(q, [ "text" ]) ############################################## postgresql-13-13.1/src/pl/plpython/expected/plpython_spi.out-198- postgresql-13-13.1/src/pl/plpython/expected/plpython_spi.out:199:SELECT result_nrows_test($$UPDATE foo2 SET b = '' WHERE a = 2$$); postgresql-13-13.1/src/pl/plpython/expected/plpython_spi.out-200- result_nrows_test ############################################## postgresql-13-13.1/src/pl/plpython/expected/plpython_spi.out-227- postgresql-13-13.1/src/pl/plpython/expected/plpython_spi.out:228:SELECT result_len_test($$UPDATE foo3 SET b= '' WHERE a = 2$$); postgresql-13-13.1/src/pl/plpython/expected/plpython_spi.out-229- result_len_test ############################################## postgresql-13-13.1/src/pl/plpython/expected/plpython_error.out-76-'if "plan" not in SD: postgresql-13-13.1/src/pl/plpython/expected/plpython_error.out:77: q = "SELECT fname FROM users WHERE lname = $1" postgresql-13-13.1/src/pl/plpython/expected/plpython_error.out-78- SD["plan"] = plpy.prepare(q, [ "test" ]) ############################################## postgresql-13-13.1/src/pl/plpython/expected/plpython_error.out-96-'if "plan" not in SD: postgresql-13-13.1/src/pl/plpython/expected/plpython_error.out:97: q = "SELECT fname FROM users WHERE lname = $1" postgresql-13-13.1/src/pl/plpython/expected/plpython_error.out-98- try: ############################################## postgresql-13-13.1/src/pl/plpython/expected/plpython_error.out-121-'if "plan" not in SD: postgresql-13-13.1/src/pl/plpython/expected/plpython_error.out:122: q = "SELECT fname FROM users WHERE lname = $1" postgresql-13-13.1/src/pl/plpython/expected/plpython_error.out-123- try: ############################################## postgresql-13-13.1/src/pl/plpython/expected/plpython_error.out-143-'if "plan" not in SD: postgresql-13-13.1/src/pl/plpython/expected/plpython_error.out:144: SD["plan"] = plpy.prepare("SELECT fname FROM users WHERE lname = $1", [ "text" ]) postgresql-13-13.1/src/pl/plpython/expected/plpython_error.out-145-rv = plpy.execute(SD["plan"], [ a ]) ############################################## postgresql-13-13.1/src/pl/plpython/expected/plpython_error_5.out-76-'if "plan" not in SD: postgresql-13-13.1/src/pl/plpython/expected/plpython_error_5.out:77: q = "SELECT fname FROM users WHERE lname = $1" postgresql-13-13.1/src/pl/plpython/expected/plpython_error_5.out-78- SD["plan"] = plpy.prepare(q, [ "test" ]) ############################################## postgresql-13-13.1/src/pl/plpython/expected/plpython_error_5.out-96-'if "plan" not in SD: postgresql-13-13.1/src/pl/plpython/expected/plpython_error_5.out:97: q = "SELECT fname FROM users WHERE lname = $1" postgresql-13-13.1/src/pl/plpython/expected/plpython_error_5.out-98- try: ############################################## postgresql-13-13.1/src/pl/plpython/expected/plpython_error_5.out-121-'if "plan" not in SD: postgresql-13-13.1/src/pl/plpython/expected/plpython_error_5.out:122: q = "SELECT fname FROM users WHERE lname = $1" postgresql-13-13.1/src/pl/plpython/expected/plpython_error_5.out-123- try: ############################################## postgresql-13-13.1/src/pl/plpython/expected/plpython_error_5.out-143-'if "plan" not in SD: postgresql-13-13.1/src/pl/plpython/expected/plpython_error_5.out:144: SD["plan"] = plpy.prepare("SELECT fname FROM users WHERE lname = $1", [ "text" ]) postgresql-13-13.1/src/pl/plpython/expected/plpython_error_5.out-145-rv = plpy.execute(SD["plan"], [ a ]) ############################################## postgresql-13-13.1/src/pl/plpython/regress-python3-mangle.mk-28- -e 's/installing required extension "plpython2u"/installing required extension "plpython3u"/g' \ postgresql-13-13.1/src/pl/plpython/regress-python3-mangle.mk:29: $$file >`echo $$file | sed 's,^.*/\([^/][^/]*/\)\([^/][^/]*\)$$,\1python3/\2,'` || exit; \ postgresql-13-13.1/src/pl/plpython/regress-python3-mangle.mk-30- done ############################################## postgresql-13-13.1/src/Makefile.global.in-76- postgresql-13-13.1/src/Makefile.global.in:77:vpathsearch = `for f in $(addsuffix /$(1),$(subst :, ,. $(VPATH))); do test -r $$f && echo $$f && break; done` postgresql-13-13.1/src/Makefile.global.in-78- ############################################## postgresql-13-13.1/config/prep_buildtree-5- postgresql-13-13.1/config/prep_buildtree:6:me=`basename $0` postgresql-13-13.1/config/prep_buildtree-7- ############################################## postgresql-13-13.1/config/prep_buildtree-20- postgresql-13-13.1/config/prep_buildtree:21:sourcetree=`cd $1 && pwd` postgresql-13-13.1/config/prep_buildtree-22- postgresql-13-13.1/config/prep_buildtree:23:buildtree=`cd ${2:-'.'} && pwd` postgresql-13-13.1/config/prep_buildtree-24- ############################################## postgresql-13-13.1/config/prep_buildtree-28-# See bug #5595. postgresql-13-13.1/config/prep_buildtree:29:for item in `find "$sourcetree" -type d \( \( -name CVS -prune \) -o \( -name .git -prune \) -o -print \) | grep -v "$sourcetree/doc/src/sgml/\+"`; do postgresql-13-13.1/config/prep_buildtree:30: subdir=`expr "$item" : "$sourcetree\(.*\)"` postgresql-13-13.1/config/prep_buildtree-31- if test ! -d "$buildtree/$subdir"; then ############################################## postgresql-13-13.1/config/prep_buildtree-35- postgresql-13-13.1/config/prep_buildtree:36:for item in `find "$sourcetree" -name Makefile -print -o -name GNUmakefile -print | grep -v "$sourcetree/doc/src/sgml/images/"`; do postgresql-13-13.1/config/prep_buildtree:37: filename=`expr "$item" : "$sourcetree\(.*\)"` postgresql-13-13.1/config/prep_buildtree-38- if test ! -f "${item}.in"; then ############################################## postgresql-13-13.1/config/perl.m4-10-if test "$PERL"; then postgresql-13-13.1/config/perl.m4:11: pgac_perl_version=`$PERL -v 2>/dev/null | sed -n ['s/This is perl.*v[a-z ]*\([0-9]\.[0-9][0-9.]*\).*$/\1/p']` postgresql-13-13.1/config/perl.m4-12- AC_MSG_NOTICE([using perl $pgac_perl_version]) ############################################## postgresql-13-13.1/config/perl.m4-37-AC_MSG_CHECKING([for Perl $1]) postgresql-13-13.1/config/perl.m4:38:perl_$1=`$PERL -MConfig -e 'print $Config{$1}'` postgresql-13-13.1/config/perl.m4:39:test "$PORTNAME" = "win32" && perl_$1=`echo $perl_$1 | sed 's,\\\\,/,g'` postgresql-13-13.1/config/perl.m4-40-AC_SUBST(perl_$1)dnl ############################################## postgresql-13-13.1/config/perl.m4-71-AC_MSG_CHECKING([for CFLAGS recommended by Perl]) postgresql-13-13.1/config/perl.m4:72:perl_ccflags=`$PERL -MConfig -e ['print $Config{ccflags}']` postgresql-13-13.1/config/perl.m4-73-AC_MSG_RESULT([$perl_ccflags]) postgresql-13-13.1/config/perl.m4-74-AC_MSG_CHECKING([for CFLAGS to compile embedded Perl]) postgresql-13-13.1/config/perl.m4:75:perl_embed_ccflags=`$PERL -MConfig -e ['foreach $f (split(" ",$Config{ccflags})) {print $f, " " if ($f =~ /^-D[^_]/ || $f =~ /^-D_USE_32BIT_TIME_T/)}']` postgresql-13-13.1/config/perl.m4-76-AC_SUBST(perl_embed_ccflags)dnl ############################################## postgresql-13-13.1/config/perl.m4-90-if test "$PORTNAME" = "win32" ; then postgresql-13-13.1/config/perl.m4:91: perl_lib=`basename $perl_archlibexp/CORE/perl[[5-9]]*.lib .lib` postgresql-13-13.1/config/perl.m4-92- if test -e "$perl_archlibexp/CORE/$perl_lib.lib"; then ############################################## postgresql-13-13.1/config/perl.m4-94- else postgresql-13-13.1/config/perl.m4:95: perl_lib=`basename $perl_archlibexp/CORE/libperl[[5-9]]*.a .a | sed 's/^lib//'` postgresql-13-13.1/config/perl.m4-96- if test -e "$perl_archlibexp/CORE/lib$perl_lib.a"; then ############################################## postgresql-13-13.1/config/perl.m4-100-else postgresql-13-13.1/config/perl.m4:101: pgac_tmp1=`$PERL -MExtUtils::Embed -e ldopts` postgresql-13-13.1/config/perl.m4:102: pgac_tmp2=`$PERL -MConfig -e 'print $Config{ccdlflags}'` postgresql-13-13.1/config/perl.m4:103: perl_embed_ldflags=`echo X"$pgac_tmp1" | sed -e "s/^X//" -e "s%$pgac_tmp2%%" -e ["s/ -arch [-a-zA-Z0-9_]*//g"]` postgresql-13-13.1/config/perl.m4-104-fi ############################################## postgresql-13-13.1/config/programs.m4-31-if test "$BISON"; then postgresql-13-13.1/config/programs.m4:32: pgac_bison_version=`$BISON --version 2>/dev/null | sed q` postgresql-13-13.1/config/programs.m4-33- AC_MSG_NOTICE([using $pgac_bison_version]) ############################################## postgresql-13-13.1/config/programs.m4-93- if $pgac_candidate -t conftest.l 2>/dev/null | grep FLEX_SCANNER >/dev/null 2>&1; then postgresql-13-13.1/config/programs.m4:94: pgac_flex_version=`$pgac_candidate --version 2>/dev/null` postgresql-13-13.1/config/programs.m4-95- if echo "$pgac_flex_version" | sed ['s/[.a-z]/ /g'] | $AWK '{ if ([$]1 == 2 && ([$]2 > 5 || ([$]2 == 5 && [$]3 >= 31))) exit 0; else exit 1;}' ############################################## postgresql-13-13.1/config/programs.m4-123- FLEX=$pgac_cv_path_flex postgresql-13-13.1/config/programs.m4:124: pgac_flex_version=`$FLEX --version 2>/dev/null` postgresql-13-13.1/config/programs.m4-125- AC_MSG_NOTICE([using $pgac_flex_version]) ############################################## postgresql-13-13.1/config/config.sub-52- postgresql-13-13.1/config/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` postgresql-13-13.1/config/config.sub-54- ############################################## postgresql-13-13.1/config/config.sub-768- i*86v32) postgresql-13-13.1/config/config.sub:769: cpu=`echo "$1" | sed -e 's/86.*/86/'` postgresql-13-13.1/config/config.sub-770- vendor=pc ############################################## postgresql-13-13.1/config/config.sub-773- i*86v4*) postgresql-13-13.1/config/config.sub:774: cpu=`echo "$1" | sed -e 's/86.*/86/'` postgresql-13-13.1/config/config.sub-775- vendor=pc ############################################## postgresql-13-13.1/config/config.sub-778- i*86v) postgresql-13-13.1/config/config.sub:779: cpu=`echo "$1" | sed -e 's/86.*/86/'` postgresql-13-13.1/config/config.sub-780- vendor=pc ############################################## postgresql-13-13.1/config/config.sub-783- i*86sol2) postgresql-13-13.1/config/config.sub:784: cpu=`echo "$1" | sed -e 's/86.*/86/'` postgresql-13-13.1/config/config.sub-785- vendor=pc ############################################## postgresql-13-13.1/config/config.sub-916- cpu=sparc postgresql-13-13.1/config/config.sub:917: vendor=`echo "$basic_machine" | sed 's/-.*//'` postgresql-13-13.1/config/config.sub-918- ;; ############################################## postgresql-13-13.1/config/config.sub-1083- sh5e[lb]-*) postgresql-13-13.1/config/config.sub:1084: cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'` postgresql-13-13.1/config/config.sub-1085- ;; ############################################## postgresql-13-13.1/config/config.sub-1101- xscale-* | xscalee[bl]-*) postgresql-13-13.1/config/config.sub:1102: cpu=`echo "$cpu" | sed 's/^xscale/arm/'` postgresql-13-13.1/config/config.sub-1103- ;; ############################################## postgresql-13-13.1/config/config.sub-1256- *) postgresql-13-13.1/config/config.sub:1257: echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2 postgresql-13-13.1/config/config.sub-1258- exit 1 ############################################## postgresql-13-13.1/config/config.sub-1290- solaris1 | solaris1.*) postgresql-13-13.1/config/config.sub:1291: os=`echo $os | sed -e 's|solaris1|sunos4|'` postgresql-13-13.1/config/config.sub-1292- ;; ############################################## postgresql-13-13.1/config/config.sub-1299- gnu/linux*) postgresql-13-13.1/config/config.sub:1300: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` postgresql-13-13.1/config/config.sub-1301- ;; ############################################## postgresql-13-13.1/config/config.sub-1322- sco3.2.[4-9]*) postgresql-13-13.1/config/config.sub:1323: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` postgresql-13-13.1/config/config.sub-1324- ;; ############################################## postgresql-13-13.1/config/config.sub-1386- nto*) postgresql-13-13.1/config/config.sub:1387: os=`echo $os | sed -e 's|nto|nto-qnx|'` postgresql-13-13.1/config/config.sub-1388- ;; ############################################## postgresql-13-13.1/config/config.sub-1396- linux*) postgresql-13-13.1/config/config.sub:1397: os=`echo $os | sed -e 's|linux|linux-gnu|'` postgresql-13-13.1/config/config.sub-1398- ;; ############################################## postgresql-13-13.1/config/config.sub-1408- mac*) postgresql-13-13.1/config/config.sub:1409: os=`echo "$os" | sed -e 's|mac|macos|'` postgresql-13-13.1/config/config.sub-1410- ;; ############################################## postgresql-13-13.1/config/config.sub-1417- sunos5*) postgresql-13-13.1/config/config.sub:1418: os=`echo "$os" | sed -e 's|sunos5|solaris2|'` postgresql-13-13.1/config/config.sub-1419- ;; postgresql-13-13.1/config/config.sub-1420- sunos6*) postgresql-13-13.1/config/config.sub:1421: os=`echo "$os" | sed -e 's|sunos6|solaris3|'` postgresql-13-13.1/config/config.sub-1422- ;; ############################################## postgresql-13-13.1/config/config.sub-1454- sinix5.*) postgresql-13-13.1/config/config.sub:1455: os=`echo $os | sed -e 's|sinix|sysv|'` postgresql-13-13.1/config/config.sub-1456- ;; ############################################## postgresql-13-13.1/config/config.sub-1514- *) postgresql-13-13.1/config/config.sub:1515: echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2 postgresql-13-13.1/config/config.sub-1516- exit 1 ############################################## postgresql-13-13.1/config/llvm.m4-48- # shared library. postgresql-13-13.1/config/llvm.m4:49: for pgac_option in `$LLVM_CONFIG --cppflags`; do postgresql-13-13.1/config/llvm.m4-50- case $pgac_option in ############################################## postgresql-13-13.1/config/llvm.m4-54- postgresql-13-13.1/config/llvm.m4:55: for pgac_option in `$LLVM_CONFIG --ldflags`; do postgresql-13-13.1/config/llvm.m4-56- case $pgac_option in ############################################## postgresql-13-13.1/config/llvm.m4-61- # ABI influencing options, standard influencing options postgresql-13-13.1/config/llvm.m4:62: for pgac_option in `$LLVM_CONFIG --cxxflags`; do postgresql-13-13.1/config/llvm.m4-63- case $pgac_option in ############################################## postgresql-13-13.1/config/llvm.m4-72- pgac_components=''; postgresql-13-13.1/config/llvm.m4:73: for pgac_component in `$LLVM_CONFIG --components`; do postgresql-13-13.1/config/llvm.m4-74- case $pgac_component in ############################################## postgresql-13-13.1/config/llvm.m4-85- # link them into the LLVM using shared library. postgresql-13-13.1/config/llvm.m4:86: for pgac_option in `$LLVM_CONFIG --libs --system-libs $pgac_components`; do postgresql-13-13.1/config/llvm.m4-87- case $pgac_option in ############################################## postgresql-13-13.1/config/llvm.m4-91- postgresql-13-13.1/config/llvm.m4:92: LLVM_BINPATH=`$LLVM_CONFIG --bindir` postgresql-13-13.1/config/llvm.m4-93- ############################################## postgresql-13-13.1/config/libtool.m4-45- # gcc leaves a trailing carriage return which upsets mingw postgresql-13-13.1/config/libtool.m4:46: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; postgresql-13-13.1/config/libtool.m4-47- *) postgresql-13-13.1/config/libtool.m4:48: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; postgresql-13-13.1/config/libtool.m4-49- esac ############################################## postgresql-13-13.1/config/libtool.m4-56- # Canonicalize the path of ld postgresql-13-13.1/config/libtool.m4:57: ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` postgresql-13-13.1/config/libtool.m4-58- while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do postgresql-13-13.1/config/libtool.m4:59: ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` postgresql-13-13.1/config/libtool.m4-60- done ############################################## postgresql-13-13.1/config/pkg.m4-109- PKG_CHECK_EXISTS([$3], postgresql-13-13.1/config/pkg.m4:110: [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` postgresql-13-13.1/config/pkg.m4-111- test "x$?" != "x0" && pkg_failed=yes ], ############################################## postgresql-13-13.1/config/pkg.m4-157- if test $_pkg_short_errors_supported = yes; then postgresql-13-13.1/config/pkg.m4:158: $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` postgresql-13-13.1/config/pkg.m4-159- else postgresql-13-13.1/config/pkg.m4:160: $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` postgresql-13-13.1/config/pkg.m4-161- fi ############################################## postgresql-13-13.1/config/ax_pthread.m4-296- ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g' postgresql-13-13.1/config/ax_pthread.m4:297: ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"` postgresql-13-13.1/config/ax_pthread.m4-298- ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)" ############################################## postgresql-13-13.1/config/tcl.m4-31- test -z "$TCLSH" && AC_MSG_ERROR([unable to locate tclConfig.sh because no Tcl shell was found]) postgresql-13-13.1/config/tcl.m4:32: pgac_test_dirs=`echo 'puts $auto_path' | $TCLSH` postgresql-13-13.1/config/tcl.m4-33- # On newer macOS, $auto_path frequently doesn't include the place ############################################## postgresql-13-13.1/config/tcl.m4-72- test -z "$TCLSH" && AC_MSG_ERROR([unable to locate tkConfig.sh because no Tcl shell was found]) postgresql-13-13.1/config/tcl.m4:73: set X `echo 'puts $auto_path' | $TCLSH`; shift postgresql-13-13.1/config/tcl.m4-74- fi ############################################## postgresql-13-13.1/config/check_decls.m4-97- AC_REQUIRE([_AC_UNDECLARED_WARNING_]_AC_LANG_ABBREV)dnl postgresql-13-13.1/config/check_decls.m4:98: [as_decl_name=`echo $][2|sed 's/ *(.*//'`] postgresql-13-13.1/config/check_decls.m4:99: [as_decl_use=`echo $][2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`] postgresql-13-13.1/config/check_decls.m4-100- AC_CACHE_CHECK([whether $as_decl_name is declared], [$[]3], ############################################## postgresql-13-13.1/config/config.guess-34- postgresql-13-13.1/config/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` postgresql-13-13.1/config/config.guess-36- ############################################## postgresql-13-13.1/config/config.guess-105- # shellcheck disable=SC2039 postgresql-13-13.1/config/config.guess:106: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || postgresql-13-13.1/config/config.guess-107- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } || ############################################## postgresql-13-13.1/config/config.guess-155- EOF postgresql-13-13.1/config/config.guess:156: eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" postgresql-13-13.1/config/config.guess-157- ############################################## postgresql-13-13.1/config/config.guess-192- earmv*) postgresql-13-13.1/config/config.guess:193: arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` postgresql-13-13.1/config/config.guess:194: endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` postgresql-13-13.1/config/config.guess-195- machine="${arch}${endian}"-unknown ############################################## postgresql-13-13.1/config/config.guess-224- expr='s/^earmv[0-9]/-eabi/;s/eb$//' postgresql-13-13.1/config/config.guess:225: abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` postgresql-13-13.1/config/config.guess-226- ;; ############################################## postgresql-13-13.1/config/config.guess-237- *) postgresql-13-13.1/config/config.guess:238: release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` postgresql-13-13.1/config/config.guess-239- ;; ############################################## postgresql-13-13.1/config/config.guess-290- *4.0) postgresql-13-13.1/config/config.guess:291: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` postgresql-13-13.1/config/config.guess-292- ;; postgresql-13-13.1/config/config.guess-293- *5.*) postgresql-13-13.1/config/config.guess:294: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` postgresql-13-13.1/config/config.guess-295- ;; ############################################## postgresql-13-13.1/config/config.guess-300- # types through head -n 1, so we only detect the type of CPU 0. postgresql-13-13.1/config/config.guess:301: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` postgresql-13-13.1/config/config.guess-302- case "$ALPHA_CPU_TYPE" in ############################################## postgresql-13-13.1/config/config.guess-338- # 1.2 uses "1.2" for uname -r. postgresql-13-13.1/config/config.guess:339: echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`" postgresql-13-13.1/config/config.guess-340- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## postgresql-13-13.1/config/config.guess-389- s390x:SunOS:*:*) postgresql-13-13.1/config/config.guess:390: echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" postgresql-13-13.1/config/config.guess-391- exit ;; postgresql-13-13.1/config/config.guess-392- sun4H:SunOS:5.*:*) postgresql-13-13.1/config/config.guess:393: echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" postgresql-13-13.1/config/config.guess-394- exit ;; postgresql-13-13.1/config/config.guess-395- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) postgresql-13-13.1/config/config.guess:396: echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" postgresql-13-13.1/config/config.guess-397- exit ;; ############################################## postgresql-13-13.1/config/config.guess-414- fi postgresql-13-13.1/config/config.guess:415: echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" postgresql-13-13.1/config/config.guess-416- exit ;; ############################################## postgresql-13-13.1/config/config.guess-420- # it's likely to be more like Solaris than SunOS4. postgresql-13-13.1/config/config.guess:421: echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" postgresql-13-13.1/config/config.guess-422- exit ;; ############################################## postgresql-13-13.1/config/config.guess-429- # Japanese Language versions have a version number like `4.1.3-JL'. postgresql-13-13.1/config/config.guess:430: echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`" postgresql-13-13.1/config/config.guess-431- exit ;; ############################################## postgresql-13-13.1/config/config.guess-435- sun*:*:4.2BSD:*) postgresql-13-13.1/config/config.guess:436: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` postgresql-13-13.1/config/config.guess-437- test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3 ############################################## postgresql-13-13.1/config/config.guess-517- $CC_FOR_BUILD -o "$dummy" "$dummy.c" && postgresql-13-13.1/config/config.guess:518: dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && postgresql-13-13.1/config/config.guess:519: SYSTEM_NAME=`"$dummy" "$dummyarg"` && postgresql-13-13.1/config/config.guess-520- { echo "$SYSTEM_NAME"; exit; } ############################################## postgresql-13-13.1/config/config.guess-573- *:IRIX*:*:*) postgresql-13-13.1/config/config.guess:574: echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`" postgresql-13-13.1/config/config.guess-575- exit ;; ############################################## postgresql-13-13.1/config/config.guess-603-EOF postgresql-13-13.1/config/config.guess:604: if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` postgresql-13-13.1/config/config.guess-605- then ############################################## postgresql-13-13.1/config/config.guess-616- *:AIX:*:[4567]) postgresql-13-13.1/config/config.guess:617: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` postgresql-13-13.1/config/config.guess-618- if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then ############################################## postgresql-13-13.1/config/config.guess-652- 9000/[34678]??:HP-UX:*:*) postgresql-13-13.1/config/config.guess:653: HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` postgresql-13-13.1/config/config.guess-654- case "$UNAME_MACHINE" in ############################################## postgresql-13-13.1/config/config.guess-706-EOF postgresql-13-13.1/config/config.guess:707: (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"` postgresql-13-13.1/config/config.guess-708- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## postgresql-13-13.1/config/config.guess-734- ia64:HP-UX:*:*) postgresql-13-13.1/config/config.guess:735: HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` postgresql-13-13.1/config/config.guess-736- echo ia64-hp-hpux"$HPUX_REV" ############################################## postgresql-13-13.1/config/config.guess-764-EOF postgresql-13-13.1/config/config.guess:765: $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && postgresql-13-13.1/config/config.guess-766- { echo "$SYSTEM_NAME"; exit; } ############################################## postgresql-13-13.1/config/config.guess-835- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` postgresql-13-13.1/config/config.guess:836: FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'` postgresql-13-13.1/config/config.guess-837- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## postgresql-13-13.1/config/config.guess-840- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` postgresql-13-13.1/config/config.guess:841: FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` postgresql-13-13.1/config/config.guess-842- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## postgresql-13-13.1/config/config.guess-858- then postgresql-13-13.1/config/config.guess:859: echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi postgresql-13-13.1/config/config.guess-860- else postgresql-13-13.1/config/config.guess:861: echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf postgresql-13-13.1/config/config.guess-862- fi ############################################## postgresql-13-13.1/config/config.guess-871- esac postgresql-13-13.1/config/config.guess:872: echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" postgresql-13-13.1/config/config.guess-873- exit ;; ############################################## postgresql-13-13.1/config/config.guess-907- prep*:SunOS:5.*:*) postgresql-13-13.1/config/config.guess:908: echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" postgresql-13-13.1/config/config.guess-909- exit ;; ############################################## postgresql-13-13.1/config/config.guess-911- # the GNU system postgresql-13-13.1/config/config.guess:912: echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`" postgresql-13-13.1/config/config.guess-913- exit ;; ############################################## postgresql-13-13.1/config/config.guess-915- # other systems with GNU libc and userland postgresql-13-13.1/config/config.guess:916: echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC" postgresql-13-13.1/config/config.guess-917- exit ;; ############################################## postgresql-13-13.1/config/config.guess-1037-EOF postgresql-13-13.1/config/config.guess:1038: eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`" postgresql-13-13.1/config/config.guess-1039- test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; } ############################################## postgresql-13-13.1/config/config.guess-1137- i*86:*:4.*:*) postgresql-13-13.1/config/config.guess:1138: UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` postgresql-13-13.1/config/config.guess-1139- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## postgresql-13-13.1/config/config.guess-1440- *:DragonFly:*:*) postgresql-13-13.1/config/config.guess:1441: echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" postgresql-13-13.1/config/config.guess-1442- exit ;; ############################################## postgresql-13-13.1/config/config.guess-1453- i*86:skyos:*:*) postgresql-13-13.1/config/config.guess:1454: echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`" postgresql-13-13.1/config/config.guess-1455- exit ;; ############################################## postgresql-13-13.1/config/config.guess-1603- postgresql-13-13.1/config/config.guess:1604:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` && postgresql-13-13.1/config/config.guess-1605- { echo "$SYSTEM_NAME"; exit; } ############################################## postgresql-13-13.1/config/config.guess-1633- postgresql-13-13.1/config/config.guess:1634:year=`echo $timestamp | sed 's,-.*,,'` postgresql-13-13.1/config/config.guess-1635-# shellcheck disable=SC2003 postgresql-13-13.1/config/config.guess:1636:if test "`expr "\`date +%Y\`" - "$year"`" -lt 3 ; then postgresql-13-13.1/config/config.guess-1637- cat >&2 <<EOF ############################################## postgresql-13-13.1/config/install-sh-229- fi postgresql-13-13.1/config/install-sh:230: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; postgresql-13-13.1/config/install-sh-231- *) ############################################## postgresql-13-13.1/config/install-sh-276- dstdir=$dst postgresql-13-13.1/config/install-sh:277: dst=$dstdir/`basename "$src"` postgresql-13-13.1/config/install-sh-278- dstdir_status=0 ############################################## postgresql-13-13.1/config/install-sh-358- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. postgresql-13-13.1/config/install-sh:359: ls_ld_tmpdir=`ls -ld "$tmpdir"` postgresql-13-13.1/config/install-sh-360- case $ls_ld_tmpdir in ############################################## postgresql-13-13.1/config/install-sh-365- $mkdirprog -m$different_mode -p -- "$tmpdir" && { postgresql-13-13.1/config/install-sh:366: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` postgresql-13-13.1/config/install-sh-367- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## postgresql-13-13.1/config/install-sh-425- case $prefix in postgresql-13-13.1/config/install-sh:426: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; postgresql-13-13.1/config/install-sh-427- *) qprefix=$prefix;; ############################################## postgresql-13-13.1/config/install-sh-474- if $copy_on_change && postgresql-13-13.1/config/install-sh:475: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && postgresql-13-13.1/config/install-sh:476: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && postgresql-13-13.1/config/install-sh-477- ############################################## postgresql-13-13.1/config/python.m4-32-[AC_REQUIRE([PGAC_PATH_PYTHON]) postgresql-13-13.1/config/python.m4:33:python_fullversion=`${PYTHON} -c "import sys; print(sys.version)" | sed q` postgresql-13-13.1/config/python.m4-34-AC_MSG_NOTICE([using python $python_fullversion]) postgresql-13-13.1/config/python.m4-35-# python_fullversion is typically n.n.n plus some trailing junk postgresql-13-13.1/config/python.m4:36:python_majorversion=`echo "$python_fullversion" | sed '[s/^\([0-9]*\).*/\1/]'` postgresql-13-13.1/config/python.m4:37:python_minorversion=`echo "$python_fullversion" | sed '[s/^[0-9]*\.\([0-9]*\).*/\1/]'` postgresql-13-13.1/config/python.m4:38:python_version=`echo "$python_fullversion" | sed '[s/^\([0-9]*\.[0-9]*\).*/\1/]'` postgresql-13-13.1/config/python.m4-39-# Reject unsupported Python versions as soon as practical. ############################################## postgresql-13-13.1/config/python.m4-53-AC_MSG_CHECKING([Python configuration directory]) postgresql-13-13.1/config/python.m4:54:python_configdir=`${PYTHON} -c "import distutils.sysconfig; print(' '.join(filter(None,distutils.sysconfig.get_config_vars('LIBPL'))))"` postgresql-13-13.1/config/python.m4-55-AC_MSG_RESULT([$python_configdir]) ############################################## postgresql-13-13.1/config/python.m4-66-if test "$PORTNAME" = win32 ; then postgresql-13-13.1/config/python.m4:67: python_includespec=`echo $python_includespec | sed 's,[[\]],/,g'` postgresql-13-13.1/config/python.m4-68-fi ############################################## postgresql-13-13.1/config/python.m4-98- postgresql-13-13.1/config/python.m4:99:python_libdir=`${PYTHON} -c "import distutils.sysconfig; print(' '.join(filter(None,distutils.sysconfig.get_config_vars('LIBDIR'))))"` postgresql-13-13.1/config/python.m4:100:python_ldlibrary=`${PYTHON} -c "import distutils.sysconfig; print(' '.join(filter(None,distutils.sysconfig.get_config_vars('LDLIBRARY'))))"` postgresql-13-13.1/config/python.m4-101- postgresql-13-13.1/config/python.m4-102-# If LDLIBRARY exists and has a shlib extension, use it verbatim. postgresql-13-13.1/config/python.m4:103:ldlibrary=`echo "${python_ldlibrary}" | sed -e 's/\.so$//' -e 's/\.dll$//' -e 's/\.dylib$//' -e 's/\.sl$//'` postgresql-13-13.1/config/python.m4-104-if test -e "${python_libdir}/${python_ldlibrary}" -a x"${python_ldlibrary}" != x"${ldlibrary}" postgresql-13-13.1/config/python.m4-105-then postgresql-13-13.1/config/python.m4:106: ldlibrary=`echo "${ldlibrary}" | sed "s/^lib//"` postgresql-13-13.1/config/python.m4-107- found_shlib=1 ############################################## postgresql-13-13.1/config/python.m4-111- # or failing that, $python_version from _PGAC_CHECK_PYTHON_DIRS. postgresql-13-13.1/config/python.m4:112: python_ldversion=`${PYTHON} -c "import distutils.sysconfig; print(' '.join(filter(None,distutils.sysconfig.get_config_vars('LDVERSION'))))"` postgresql-13-13.1/config/python.m4-113- if test x"${python_ldversion}" != x""; then ############################################## postgresql-13-13.1/config/python.m4-115- else postgresql-13-13.1/config/python.m4:116: python_version_var=`${PYTHON} -c "import distutils.sysconfig; print(' '.join(filter(None,distutils.sysconfig.get_config_vars('VERSION'))))"` postgresql-13-13.1/config/python.m4-117- if test x"${python_version_var}" != x""; then ############################################## postgresql-13-13.1/config/python.m4-175- postgresql-13-13.1/config/python.m4:176:python_additional_libs=`${PYTHON} -c "import distutils.sysconfig; print(' '.join(filter(None,distutils.sysconfig.get_config_vars('LIBS','LIBC','LIBM','BASEMODLIBS'))))"` postgresql-13-13.1/config/python.m4-177- ############################################## postgresql-13-13.1/doc/src/sgml/man7/PREPARE.7-168-PREPARE usrrptplan (int) AS postgresql-13-13.1/doc/src/sgml/man7/PREPARE.7:169: SELECT * FROM users u, logs l WHERE u\&.usrid=$1 AND u\&.usrid=l\&.usrid postgresql-13-13.1/doc/src/sgml/man7/PREPARE.7-170- AND l\&.date = $2; ############################################## postgresql-13-13.1/doc/src/sgml/man7/CREATE_FUNCTION.7-554- FROM pwds postgresql-13-13.1/doc/src/sgml/man7/CREATE_FUNCTION.7:555: WHERE username = $1; postgresql-13-13.1/doc/src/sgml/man7/CREATE_FUNCTION.7-556- ############################################## postgresql-13-13.1/doc/src/sgml/man7/SELECT.7-2128-CREATE FUNCTION distributors(int) RETURNS SETOF distributors AS $$ postgresql-13-13.1/doc/src/sgml/man7/SELECT.7:2129: SELECT * FROM distributors WHERE did = $1; postgresql-13-13.1/doc/src/sgml/man7/SELECT.7-2130-$$ LANGUAGE SQL; ############################################## postgresql-13-13.1/doc/src/sgml/man7/SELECT.7-2137-CREATE FUNCTION distributors_2(int) RETURNS SETOF record AS $$ postgresql-13-13.1/doc/src/sgml/man7/SELECT.7:2138: SELECT * FROM distributors WHERE did = $1; postgresql-13-13.1/doc/src/sgml/man7/SELECT.7-2139-$$ LANGUAGE SQL; ############################################## postgresql-13-13.1/doc/src/sgml/sepgsql.sgml-550- AS 'SELECT regexp_replace(credit, ''-[0-9]+$'', ''-xxxx'', ''g'') postgresql-13-13.1/doc/src/sgml/sepgsql.sgml:551: FROM customer WHERE cid = $1' postgresql-13-13.1/doc/src/sgml/sepgsql.sgml-552- LANGUAGE sql; ############################################## postgresql-13-13.1/doc/src/sgml/man1/oid2name.1-317-> do postgresql-13-13.1/doc/src/sgml/man1/oid2name.1:318:> echo "$SIZE `oid2name \-q \-d alvherre \-i \-f $FILENODE`" postgresql-13-13.1/doc/src/sgml/man1/oid2name.1-319-> done ############################################## postgresql-13-13.1/doc/src/sgml/man1/oid2name.1-327-> do postgresql-13-13.1/doc/src/sgml/man1/oid2name.1:328:> echo "$SIZE `oid2name \-q \-d alvherre \-f $FN`" postgresql-13-13.1/doc/src/sgml/man1/oid2name.1-329-> done ############################################## postgresql-13-13.1/doc/src/sgml/oid2name.sgml-310-> do postgresql-13-13.1/doc/src/sgml/oid2name.sgml:311:> echo "$SIZE `oid2name -q -d alvherre -i -f $FILENODE`" postgresql-13-13.1/doc/src/sgml/oid2name.sgml-312-> done ############################################## postgresql-13-13.1/doc/src/sgml/oid2name.sgml-320-> do postgresql-13-13.1/doc/src/sgml/oid2name.sgml:321:> echo "$SIZE `oid2name -q -d alvherre -f $FN`" postgresql-13-13.1/doc/src/sgml/oid2name.sgml-322-> done ############################################## postgresql-13-13.1/doc/src/sgml/ref/create_function.sgml-751- FROM pwds postgresql-13-13.1/doc/src/sgml/ref/create_function.sgml:752: WHERE username = $1; postgresql-13-13.1/doc/src/sgml/ref/create_function.sgml-753- ############################################## postgresql-13-13.1/doc/src/sgml/ref/prepare.sgml-227-PREPARE usrrptplan (int) AS postgresql-13-13.1/doc/src/sgml/ref/prepare.sgml:228: SELECT * FROM users u, logs l WHERE u.usrid=$1 AND u.usrid=l.usrid postgresql-13-13.1/doc/src/sgml/ref/prepare.sgml-229- AND l.date = $2; ############################################## postgresql-13-13.1/doc/src/sgml/ref/select.sgml-1801-CREATE FUNCTION distributors(int) RETURNS SETOF distributors AS $$ postgresql-13-13.1/doc/src/sgml/ref/select.sgml:1802: SELECT * FROM distributors WHERE did = $1; postgresql-13-13.1/doc/src/sgml/ref/select.sgml-1803-$$ LANGUAGE SQL; ############################################## postgresql-13-13.1/doc/src/sgml/ref/select.sgml-1810-CREATE FUNCTION distributors_2(int) RETURNS SETOF record AS $$ postgresql-13-13.1/doc/src/sgml/ref/select.sgml:1811: SELECT * FROM distributors WHERE did = $1; postgresql-13-13.1/doc/src/sgml/ref/select.sgml-1812-$$ LANGUAGE SQL; ############################################## postgresql-13-13.1/doc/src/sgml/plpython.sgml-1045-<programlisting> postgresql-13-13.1/doc/src/sgml/plpython.sgml:1046:plan = plpy.prepare("SELECT last_name FROM my_users WHERE first_name = $1", ["text"]) postgresql-13-13.1/doc/src/sgml/plpython.sgml-1047-</programlisting> ############################################## postgresql-13-13.1/doc/src/sgml/queries.sgml-742-CREATE FUNCTION getfoo(int) RETURNS SETOF foo AS $$ postgresql-13-13.1/doc/src/sgml/queries.sgml:743: SELECT * FROM foo WHERE fooid = $1; postgresql-13-13.1/doc/src/sgml/queries.sgml-744-$$ LANGUAGE SQL; ############################################## postgresql-13-13.1/doc/src/sgml/html/plpgsql-statements.html-274-</p><pre class="programlisting"> postgresql-13-13.1/doc/src/sgml/html/plpgsql-statements.html:275:EXECUTE 'SELECT count(*) FROM mytable WHERE inserted_by = $1 AND inserted <= $2' postgresql-13-13.1/doc/src/sgml/html/plpgsql-statements.html-276- INTO c ############################################## postgresql-13-13.1/doc/src/sgml/html/plpgsql-statements.html-287- || quote_ident(tabname) postgresql-13-13.1/doc/src/sgml/html/plpgsql-statements.html:288: || ' WHERE inserted_by = $1 AND inserted <= $2' postgresql-13-13.1/doc/src/sgml/html/plpgsql-statements.html-289- INTO c ############################################## postgresql-13-13.1/doc/src/sgml/html/plpgsql-statements.html-296-EXECUTE format('SELECT count(*) FROM %I ' postgresql-13-13.1/doc/src/sgml/html/plpgsql-statements.html:297: 'WHERE inserted_by = $1 AND inserted <= $2', tabname) postgresql-13-13.1/doc/src/sgml/html/plpgsql-statements.html-298- INTO c ############################################## postgresql-13-13.1/doc/src/sgml/html/plpgsql-statements.html-346-EXECUTE format('UPDATE tbl SET %I = $1 ' postgresql-13-13.1/doc/src/sgml/html/plpgsql-statements.html:347: 'WHERE key = $2', colname) USING newvalue, keyvalue; postgresql-13-13.1/doc/src/sgml/html/plpgsql-statements.html-348-</pre><p> ############################################## postgresql-13-13.1/doc/src/sgml/html/plpgsql-statements.html-434-</p><pre class="programlisting"> postgresql-13-13.1/doc/src/sgml/html/plpgsql-statements.html:435:EXECUTE format('UPDATE tbl SET %I = $1 WHERE key = $2', colname) postgresql-13-13.1/doc/src/sgml/html/plpgsql-statements.html-436- USING newvalue, keyvalue; ############################################## postgresql-13-13.1/doc/src/sgml/html/pgstatstatements.html-411--[ RECORD 1 ]---+-------------------------------------------------------------------- postgresql-13-13.1/doc/src/sgml/html/pgstatstatements.html:412:query | UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2 postgresql-13-13.1/doc/src/sgml/html/pgstatstatements.html-413-calls | 3000 ############################################## postgresql-13-13.1/doc/src/sgml/html/pgstatstatements.html-417--[ RECORD 2 ]---+-------------------------------------------------------------------- postgresql-13-13.1/doc/src/sgml/html/pgstatstatements.html:418:query | UPDATE pgbench_tellers SET tbalance = tbalance + $1 WHERE tid = $2 postgresql-13-13.1/doc/src/sgml/html/pgstatstatements.html-419-calls | 3000 ############################################## postgresql-13-13.1/doc/src/sgml/html/pgstatstatements.html-429--[ RECORD 4 ]---+-------------------------------------------------------------------- postgresql-13-13.1/doc/src/sgml/html/pgstatstatements.html:430:query | UPDATE pgbench_accounts SET abalance = abalance + $1 WHERE aid = $2 postgresql-13-13.1/doc/src/sgml/html/pgstatstatements.html-431-calls | 3000 ############################################## postgresql-13-13.1/doc/src/sgml/html/pgstatstatements.html-443-bench=# SELECT pg_stat_statements_reset(0,0,s.queryid) FROM pg_stat_statements AS s postgresql-13-13.1/doc/src/sgml/html/pgstatstatements.html:444: WHERE s.query = 'UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2'; postgresql-13-13.1/doc/src/sgml/html/pgstatstatements.html-445- ############################################## postgresql-13-13.1/doc/src/sgml/html/pgstatstatements.html-449--[ RECORD 1 ]---+-------------------------------------------------------------------- postgresql-13-13.1/doc/src/sgml/html/pgstatstatements.html:450:query | UPDATE pgbench_tellers SET tbalance = tbalance + $1 WHERE tid = $2 postgresql-13-13.1/doc/src/sgml/html/pgstatstatements.html-451-calls | 3000 ############################################## postgresql-13-13.1/doc/src/sgml/html/pgstatstatements.html-461--[ RECORD 3 ]---+-------------------------------------------------------------------- postgresql-13-13.1/doc/src/sgml/html/pgstatstatements.html:462:query | UPDATE pgbench_accounts SET abalance = abalance + $1 WHERE aid = $2 postgresql-13-13.1/doc/src/sgml/html/pgstatstatements.html-463-calls | 3000 ############################################## postgresql-13-13.1/doc/src/sgml/html/libpq-example.html-468- res = PQexecParams(conn, postgresql-13-13.1/doc/src/sgml/html/libpq-example.html:469: "SELECT * FROM test1 WHERE t = $1", postgresql-13-13.1/doc/src/sgml/html/libpq-example.html-470- 1, /* one param */ ############################################## postgresql-13-13.1/doc/src/sgml/html/libpq-example.html-506- res = PQexecParams(conn, postgresql-13-13.1/doc/src/sgml/html/libpq-example.html:507: "SELECT * FROM test1 WHERE i = $1::int4", postgresql-13-13.1/doc/src/sgml/html/libpq-example.html-508- 1, /* one param */ ############################################## postgresql-13-13.1/doc/src/sgml/html/pltcl-dbaccess.html-104- set GD(plan) [ spi_prepare \ postgresql-13-13.1/doc/src/sgml/html/pltcl-dbaccess.html:105: "SELECT count(*) AS cnt FROM t1 WHERE num >= \$1 AND num <= \$2" \ postgresql-13-13.1/doc/src/sgml/html/pltcl-dbaccess.html-106- [ list int4 int4 ] ] ############################################## postgresql-13-13.1/doc/src/sgml/html/bookindex.html-57- name, <a class="indexterm" href="libpq-connect.html#LIBPQ-PARAMKEYWORDS">Parameter Key Words</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm18655">hostmask, <a class="indexterm" href="functions-net.html">Network Address Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm47886">Hot Standby, <a class="indexterm" href="high-availability.html">High Availability, Load Balancing, and Replication</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm38566">hot_standby configuration parameter, <a class="indexterm" href="runtime-config-replication.html#RUNTIME-CONFIG-REPLICATION-STANDBY">Standby Servers</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm38628">hot_standby_feedback configuration parameter, <a class="indexterm" href="runtime-config-replication.html#RUNTIME-CONFIG-REPLICATION-STANDBY">Standby Servers</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm35587">HP-UX</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">IPC configuration, <a class="indexterm" href="kernel-resources.html#SYSVIPC">Shared Memory and Semaphores</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">shared library, <a class="indexterm" href="xfunc-c.html#DFUNC">Compiling and Linking Dynamically-Loaded Functions</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm153631">hstore, <a class="indexterm" href="hstore.html">hstore</a>, <a class="indexterm" href="hstore.html#id-1.11.7.25.6">hstore Operators and Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm153974">hstore_to_array, <a class="indexterm" href="hstore.html#id-1.11.7.25.6">hstore Operators and Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm154000">hstore_to_json, <a class="indexterm" href="hstore.html#id-1.11.7.25.6">hstore Operators and Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm154017">hstore_to_jsonb, <a class="indexterm" href="hstore.html#id-1.11.7.25.6">hstore Operators and Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm154048">hstore_to_jsonb_loose, <a class="indexterm" href="hstore.html#id-1.11.7.25.6">hstore Operators and Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm154034">hstore_to_json_loose, <a class="indexterm" href="hstore.html#id-1.11.7.25.6">hstore Operators and Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm153987">hstore_to_matrix, <a class="indexterm" href="hstore.html#id-1.11.7.25.6">hstore Operators and Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm37141">huge_pages configuration parameter, <a class="indexterm" href="runtime-config-resource.html#RUNTIME-CONFIG-RESOURCE-MEMORY">Memory</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm23910">hypothetical-set aggregate</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">built-in, <a class="indexterm" href="functions-aggregate.html">Aggregate Functions</a></dt></dl></dd></dl></div><div class="indexdiv" id="indexdiv-I"><h3>I</h3><dl><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm154330">icount, <a class="indexterm" href="intarray.html#id-1.11.7.27.7">intarray Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm33935">ICU, <a class="indexterm" href="install-procedure.html#CONFIGURE-OPTIONS-FEATURES">PostgreSQL Features</a>, <a class="indexterm" href="collation.html#COLLATION-MANAGING">Managing Collations</a>, <a class="indexterm" href="sql-createcollation.html#id-1.9.3.59.6">Parameters</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm43003">ident, <a class="indexterm" href="auth-ident.html">Ident Authentication</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm1180">identifier, <a class="indexterm" href="sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS">Identifiers and Key Words</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">length, <a class="indexterm" href="sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS">Identifiers and Key Words</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">syntax of, <a class="indexterm" href="sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS">Identifiers and Key Words</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm129250">IDENTIFY_SYSTEM, <a class="indexterm" href="protocol-replication.html">Streaming Replication Protocol</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm36607">ident_file configuration parameter, <a class="indexterm" href="runtime-config-file-locations.html">File Locations</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm40825">idle_in_transaction_session_timeout configuration parameter, <a class="indexterm" href="runtime-config-client.html#RUNTIME-CONFIG-CLIENT-STATEMENT">Statement Behavior</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm154399">idx, <a class="indexterm" href="intarray.html#id-1.11.7.27.7">intarray Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm22362">IFNULL, <a class="indexterm" href="functions-conditional.html#FUNCTIONS-COALESCE-NVL-IFNULL">COALESCE</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm42008">ignore_checksum_failure configuration parameter, <a class="indexterm" href="runtime-config-developer.html">Developer Options</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm42036">ignore_invalid_pages configuration parameter, <a class="indexterm" href="runtime-config-developer.html">Developer Options</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41815">ignore_system_indexes configuration parameter, <a class="indexterm" href="runtime-config-developer.html">Developer Options</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm69222">IMMUTABLE, <a class="indexterm" href="xfunc-volatility.html">Function Volatility Categories</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm101424">IMPORT FOREIGN SCHEMA, <a class="indexterm" href="sql-importforeignschema.html">IMPORT FOREIGN SCHEMA</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm24238">IN, <a class="indexterm" href="functions-subquery.html">Subquery Expressions</a>, <a class="indexterm" href="functions-comparisons.html">Row and Array Comparisons</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm29860">INCLUDE</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">in index definitions, <a class="indexterm" href="indexes-index-only-scans.html">Index-Only Scans and Covering Indexes</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm36523">include</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">in configuration file, <a class="indexterm" href="config-setting.html#CONFIG-INCLUDES">Managing Configuration File Contents</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm36540">include_dir</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">in configuration file, <a class="indexterm" href="config-setting.html#CONFIG-INCLUDES">Managing Configuration File Contents</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm36531">include_if_exists</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">in configuration file, <a class="indexterm" href="config-setting.html#CONFIG-INCLUDES">Managing Configuration File Contents</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm29396">index, <a class="indexterm" href="indexes.html">Indexes</a>, <a class="indexterm" href="indexes-multicolumn.html">Multicolumn Indexes</a>, <a class="indexterm" href="indexes-ordering.html">Indexes and ORDER BY</a>, <a class="indexterm" href="indexes-bitmap-scans.html">Combining Multiple Indexes</a>, <a class="indexterm" href="indexes-unique.html">Unique Indexes</a>, <a class="indexterm" href="indexes-expressional.html">Indexes on Expressions</a>, <a class="indexterm" href="indexes-partial.html">Partial Indexes</a>, <a class="indexterm" href="indexes-index-only-scans.html">Index-Only Scans and Covering Indexes</a>, <a class="indexterm" href="indexes-index-only-scans.html">Index-Only Scans and Covering Indexes</a>, <a class="indexterm" href="indexes-examine.html">Examining Index Usage</a>, <a class="indexterm" href="textsearch-indexes.html">GIN and GiST Index Types</a>, <a class="indexterm" href="textsearch-indexes.html">GIN and GiST Index Types</a>, <a class="indexterm" href="locking-indexes.html">Locking and Indexes</a>, <a class="indexterm" href="xindex.html">Interfacing Extensions to Indexes</a>, <a class="indexterm" href="sql-createindex.html#SQL-CREATEINDEX-CONCURRENTLY">Building Indexes Concurrently</a>, <a class="indexterm" href="sql-reindex.html#SQL-REINDEX-CONCURRENTLY">Rebuilding Indexes Concurrently</a>, <a class="indexterm" href="ltree.html#id-1.11.7.30.6">Operators and Functions</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">and ORDER BY, <a class="indexterm" href="indexes-ordering.html">Indexes and ORDER BY</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">B-tree, <a class="indexterm" href="indexes-types.html">Index Types</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">B-Tree, <a class="indexterm" href="btree.html">B-Tree Indexes</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">BRIN, <a class="indexterm" href="indexes-types.html">Index Types</a>, <a class="indexterm" href="brin.html">BRIN Indexes</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">building concurrently, <a class="indexterm" href="sql-createindex.html#SQL-CREATEINDEX-CONCURRENTLY">Building Indexes Concurrently</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">combining multiple indexes, <a class="indexterm" href="indexes-bitmap-scans.html">Combining Multiple Indexes</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">covering, <a class="indexterm" href="indexes-index-only-scans.html">Index-Only Scans and Covering Indexes</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">examining usage, <a class="indexterm" href="indexes-examine.html">Examining Index Usage</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">on expressions, <a class="indexterm" href="indexes-expressional.html">Indexes on Expressions</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">for user-defined data type, <a class="indexterm" href="xindex.html">Interfacing Extensions to Indexes</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">GIN, <a class="indexterm" href="indexes-types.html">Index Types</a>, <a class="indexterm" href="textsearch-indexes.html">GIN and GiST Index Types</a>, <a class="indexterm" href="gin.html">GIN Indexes</a></dt><dd><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">text search, <a class="indexterm" href="textsearch-indexes.html">GIN and GiST Index Types</a></dt></dl></dd><dt xmlns:xlink="http://www.w3.org/1999/xlink">GiST, <a class="indexterm" href="indexes-types.html">Index Types</a>, <a class="indexterm" href="textsearch-indexes.html">GIN and GiST Index Types</a>, <a class="indexterm" href="gist.html">GiST Indexes</a></dt><dd><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">text search, <a class="indexterm" href="textsearch-indexes.html">GIN and GiST Index Types</a></dt></dl></dd><dt xmlns:xlink="http://www.w3.org/1999/xlink">hash, <a class="indexterm" href="indexes-types.html">Index Types</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">index-only scans, <a class="indexterm" href="indexes-index-only-scans.html">Index-Only Scans and Covering Indexes</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">locks, <a class="indexterm" href="locking-indexes.html">Locking and Indexes</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">multicolumn, <a class="indexterm" href="indexes-multicolumn.html">Multicolumn Indexes</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">partial, <a class="indexterm" href="indexes-partial.html">Partial Indexes</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">rebuilding concurrently, <a class="indexterm" href="sql-reindex.html#SQL-REINDEX-CONCURRENTLY">Rebuilding Indexes Concurrently</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">SP-GiST, <a class="indexterm" href="indexes-types.html">Index Types</a>, <a class="indexterm" href="spgist.html">SP-GiST Indexes</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">unique, <a class="indexterm" href="indexes-unique.html">Unique Indexes</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm133428">Index Access Method, <a class="indexterm" href="indexam.html">Index Access Method Interface Definition</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm38784">index scan, <a class="indexterm" href="runtime-config-query.html#RUNTIME-CONFIG-QUERY-ENABLE">Planner Method Configuration</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm29825">index-only scan, <a class="indexterm" href="indexes-index-only-scans.html">Index-Only Scans and Covering Indexes</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm133430">indexam</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">Index Access Method, <a class="indexterm" href="indexam.html">Index Access Method Interface Definition</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm9773">index_am_handler, <a class="indexterm" href="datatype-pseudo.html">Pseudo-Types</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm8014">inet (data type), <a class="indexterm" href="datatype-net-types.html#DATATYPE-INET">inet</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm24823">inet_client_addr, <a class="indexterm" href="functions-info.html">System Information Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm24832">inet_client_port, <a class="indexterm" href="functions-info.html">System Information Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm18667">inet_merge, <a class="indexterm" href="functions-net.html">Network Address Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm18680">inet_same_family, <a class="indexterm" href="functions-net.html">Network Address Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm24841">inet_server_addr, <a class="indexterm" href="functions-info.html">System Information Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm24850">inet_server_port, <a class="indexterm" href="functions-info.html">System Information Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm63166">information schema, <a class="indexterm" href="information-schema.html">The Information Schema</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm1079">inheritance, <a class="indexterm" href="tutorial-inheritance.html">Inheritance</a>, <a class="indexterm" href="ddl-inherit.html">Inheritance</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm12102">initcap, <a class="indexterm" href="functions-string.html">String Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm35086">initdb, <a class="indexterm" href="creating-cluster.html">Creating a Database Cluster</a>, <a class="indexterm" href="app-initdb.html">initdb</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm136879">Initialization Fork, <a class="indexterm" href="storage-init.html">The Initialization Fork</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm70415">input function, <a class="indexterm" href="xtypes.html">User-Defined Types</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm678">INSERT, <a class="indexterm" href="tutorial-populate.html">Populating a Table With Rows</a>, <a class="indexterm" href="dml-insert.html">Inserting Data</a>, <a class="indexterm" href="dml-returning.html">Returning Data from Modified Rows</a>, <a class="indexterm" href="sql-insert.html">INSERT</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">RETURNING, <a class="indexterm" href="dml-returning.html">Returning Data from Modified Rows</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm4310">inserting, <a class="indexterm" href="dml-insert.html">Inserting Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm33433">installation, <a class="indexterm" href="installation.html">Installation from Source Code</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">on Windows, <a class="indexterm" href="install-windows.html">Installation from Source Code on Windows</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm77375">instr function, <a class="indexterm" href="plpgsql-porting.html#PLPGSQL-PORTING-APPENDIX">Appendix</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm6030">int2 (see <a href="#ientry-idm6023">smallint</a>)</dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm6027">int4 (see <a href="#ientry-idm1469">integer</a>)</dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm6033">int8 (see <a href="#ientry-idm1471">bigint</a>)</dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm154258">intagg, <a class="indexterm" href="intagg.html">intagg</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm154300">intarray, <a class="indexterm" href="intarray.html">intarray</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm1469">integer, <a class="indexterm" href="sql-syntax-lexical.html#SQL-SYNTAX-CONSTANTS-NUMERIC">Numeric Constants</a>, <a class="indexterm" href="datatype-numeric.html#DATATYPE-INT">Integer Types</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41641">integer_datetimes configuration parameter, <a class="indexterm" href="runtime-config-preset.html">Preset Options</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm160786">interfaces</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">externally maintained, <a class="indexterm" href="external-interfaces.html">Client Interfaces</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm9779">internal, <a class="indexterm" href="datatype-pseudo.html">Pseudo-Types</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm5226">INTERSECT, <a class="indexterm" href="queries-union.html">Combining Queries</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm6690">interval, <a class="indexterm" href="datatype-datetime.html">Date/Time Types</a>, <a class="indexterm" href="datatype-datetime.html#DATATYPE-INTERVAL-INPUT">Interval Input</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">output format, <a class="indexterm" href="datatype-datetime.html#DATATYPE-INTERVAL-OUTPUT">Interval Output</a></dt><dd><dl><dt>(see also <a href="#ientry-idm15009">formatting</a>)</dt></dl></dd></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41016">IntervalStyle configuration parameter, <a class="indexterm" href="runtime-config-client.html#RUNTIME-CONFIG-CLIENT-FORMAT">Locale and Formatting</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm154445">intset, <a class="indexterm" href="intarray.html#id-1.11.7.27.7">intarray Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm154265">int_array_aggregate, <a class="indexterm" href="intagg.html#id-1.11.7.26.4">Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm154272">int_array_enum, <a class="indexterm" href="intagg.html#id-1.11.7.26.4">Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm23806">inverse distribution, <a class="indexterm" href="functions-aggregate.html">Aggregate Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm134189">in_range support functions, <a class="indexterm" href="btree-support-funcs.html">B-Tree Support Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm10382">IS DISTINCT FROM, <a class="indexterm" href="functions-comparison.html">Comparison Functions and Operators</a>, <a class="indexterm" href="functions-comparisons.html">Row and Array Comparisons</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm19916">IS DOCUMENT, <a class="indexterm" href="functions-xml.html#id-1.5.8.21.6.3">IS DOCUMENT</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm10450">IS FALSE, <a class="indexterm" href="functions-comparison.html">Comparison Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm10384">IS NOT DISTINCT FROM, <a class="indexterm" href="functions-comparison.html">Comparison Functions and Operators</a>, <a class="indexterm" href="functions-comparisons.html">Row and Array Comparisons</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm19928">IS NOT DOCUMENT, <a class="indexterm" href="functions-xml.html#id-1.5.8.21.6.4">IS NOT DOCUMENT</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm10452">IS NOT FALSE, <a class="indexterm" href="functions-comparison.html">Comparison Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm10404">IS NOT NULL, <a class="indexterm" href="functions-comparison.html">Comparison Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm10448">IS NOT TRUE, <a class="indexterm" href="functions-comparison.html">Comparison Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm10456">IS NOT UNKNOWN, <a class="indexterm" href="functions-comparison.html">Comparison Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm10402">IS NULL, <a class="indexterm" href="functions-comparison.html">Comparison Functions and Operators</a>, <a class="indexterm" href="runtime-config-compatible.html#RUNTIME-CONFIG-COMPATIBLE-CLIENTS">Platform and Client Compatibility</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm10446">IS TRUE, <a class="indexterm" href="functions-comparison.html">Comparison Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm10454">IS UNKNOWN, <a class="indexterm" href="functions-comparison.html">Comparison Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm18044">isclosed, <a class="indexterm" href="functions-geometry.html">Geometric Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm23039">isempty, <a class="indexterm" href="functions-range.html">Range Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm16406">isfinite, <a class="indexterm" href="functions-datetime.html">Date/Time Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm154640">isn, <a class="indexterm" href="isn.html">isn</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm10406">ISNULL, <a class="indexterm" href="functions-comparison.html">Comparison Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm154767">isn_weak, <a class="indexterm" href="isn.html#id-1.11.7.28.7">Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm18056">isopen, <a class="indexterm" href="functions-geometry.html">Geometric Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm78294">is_array_ref</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">in PL/Perl, <a class="indexterm" href="plperl-builtins.html#PLPERL-UTILITY-FUNCTIONS">Utility Functions in PL/Perl</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm154791">is_valid, <a class="indexterm" href="isn.html#id-1.11.7.28.7">Functions and Operators</a></dt></dl></div><div class="indexdiv" id="indexdiv-J"><h3>J</h3><dl><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm53356">JIT, <a class="indexterm" href="jit.html">Just-in-Time Compilation (JIT)</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39228">jit configuration parameter, <a class="indexterm" href="runtime-config-query.html#RUNTIME-CONFIG-QUERY-OTHER">Other Planner Options</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39043">jit_above_cost configuration parameter, <a class="indexterm" href="runtime-config-query.html#RUNTIME-CONFIG-QUERY-CONSTANTS">Planner Cost Constants</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm42050">jit_debugging_support configuration parameter, <a class="indexterm" href="runtime-config-developer.html">Developer Options</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm42061">jit_dump_bitcode configuration parameter, <a class="indexterm" href="runtime-config-developer.html">Developer Options</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm42073">jit_expressions configuration parameter, <a class="indexterm" href="runtime-config-developer.html">Developer Options</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39056">jit_inline_above_cost configuration parameter, <a class="indexterm" href="runtime-config-query.html#RUNTIME-CONFIG-QUERY-CONSTANTS">Planner Cost Constants</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39068">jit_optimize_above_cost configuration parameter, <a class="indexterm" href="runtime-config-query.html#RUNTIME-CONFIG-QUERY-CONSTANTS">Planner Cost Constants</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm42084">jit_profiling_support configuration parameter, <a class="indexterm" href="runtime-config-developer.html">Developer Options</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41247">jit_provider configuration parameter, <a class="indexterm" href="runtime-config-client.html#RUNTIME-CONFIG-CLIENT-PRELOAD">Shared Library Preloading</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm42096">jit_tuple_deforming configuration parameter, <a class="indexterm" href="runtime-config-developer.html">Developer Options</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm759">join, <a class="indexterm" href="tutorial-join.html">Joins Between Tables</a>, <a class="indexterm" href="queries-table-expressions.html#QUERIES-JOIN">Joined Tables</a>, <a class="indexterm" href="explicit-joins.html">Controlling the Planner with Explicit JOIN Clauses</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">controlling the order, <a class="indexterm" href="explicit-joins.html">Controlling the Planner with Explicit JOIN Clauses</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">cross, <a class="indexterm" href="queries-table-expressions.html#QUERIES-JOIN">Joined Tables</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">left, <a class="indexterm" href="queries-table-expressions.html#QUERIES-JOIN">Joined Tables</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">natural, <a class="indexterm" href="queries-table-expressions.html#QUERIES-JOIN">Joined Tables</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">outer, <a class="indexterm" href="tutorial-join.html">Joins Between Tables</a>, <a class="indexterm" href="queries-table-expressions.html#QUERIES-JOIN">Joined Tables</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">right, <a class="indexterm" href="queries-table-expressions.html#QUERIES-JOIN">Joined Tables</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">self, <a class="indexterm" href="tutorial-join.html">Joins Between Tables</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39241">join_collapse_limit configuration parameter, <a class="indexterm" href="runtime-config-query.html#RUNTIME-CONFIG-QUERY-OTHER">Other Planner Options</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm8436">JSON, <a class="indexterm" href="datatype-json.html">JSON Types</a>, <a class="indexterm" href="functions-json.html">JSON Functions and Operators</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">functions and operators, <a class="indexterm" href="functions-json.html">JSON Functions and Operators</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm8438">JSONB, <a class="indexterm" href="datatype-json.html">JSON Types</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm8567">jsonb</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">containment, <a class="indexterm" href="datatype-json.html#JSON-CONTAINMENT">jsonb Containment and Existence</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">existence, <a class="indexterm" href="datatype-json.html#JSON-CONTAINMENT">jsonb Containment and Existence</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">indexes on, <a class="indexterm" href="datatype-json.html#JSON-INDEXING">jsonb Indexing</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm23298">jsonb_agg, <a class="indexterm" href="functions-aggregate.html">Aggregate Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm20858">jsonb_array_elements, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm20877">jsonb_array_elements_text, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm20897">jsonb_array_length, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm20759">jsonb_build_array, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm20781">jsonb_build_object, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm20919">jsonb_each, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm20946">jsonb_each_text, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm20975">jsonb_extract_path, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21002">jsonb_extract_path_text, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21238">jsonb_insert, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm20802">jsonb_object, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm23319">jsonb_object_agg, <a class="indexterm" href="functions-aggregate.html">Aggregate Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21026">jsonb_object_keys, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21289">jsonb_path_exists, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21415">jsonb_path_exists_tz, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21316">jsonb_path_match, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21430">jsonb_path_match_tz, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21341">jsonb_path_query, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21366">jsonb_path_query_array, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21460">jsonb_path_query_array_tz, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21390">jsonb_path_query_first, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21475">jsonb_path_query_first_tz, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21445">jsonb_path_query_tz, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21048">jsonb_populate_record, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21103">jsonb_populate_recordset, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21499">jsonb_pretty, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21171">jsonb_set, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21203">jsonb_set_lax, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21277">jsonb_strip_nulls, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21129">jsonb_to_record, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21154">jsonb_to_recordset, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm19245">jsonb_to_tsvector, <a class="indexterm" href="functions-textsearch.html">Text Search Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21518">jsonb_typeof, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm8734">jsonpath, <a class="indexterm" href="datatype-json.html#DATATYPE-JSONPATH">jsonpath Type</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm23292">json_agg, <a class="indexterm" href="functions-aggregate.html">Aggregate Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm20852">json_array_elements, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm20871">json_array_elements_text, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm20891">json_array_length, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm20752">json_build_array, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm20774">json_build_object, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm20909">json_each, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm20936">json_each_text, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm20965">json_extract_path, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm20992">json_extract_path_text, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm20796">json_object, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm23310">json_object_agg, <a class="indexterm" href="functions-aggregate.html">Aggregate Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21020">json_object_keys, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21039">json_populate_record, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21094">json_populate_recordset, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21271">json_strip_nulls, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21123">json_to_record, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21148">json_to_recordset, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm19233">json_to_tsvector, <a class="indexterm" href="functions-textsearch.html">Text Search Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm21512">json_typeof, <a class="indexterm" href="functions-json.html#FUNCTIONS-JSON-PROCESSING">Processing and Creating JSON Data</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm139743">Julian date, <a class="indexterm" href="datetime-units-history.html">History of Units</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm53359">Just-In-Time compilation (see <a href="#ientry-idm53356">JIT</a>)</dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm16438">justify_days, <a class="indexterm" href="functions-datetime.html">Date/Time Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm16450">justify_hours, <a class="indexterm" href="functions-datetime.html">Date/Time Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm16462">justify_interval, <a class="indexterm" href="functions-datetime.html">Date/Time Functions and Operators</a></dt></dl></div><div class="indexdiv" id="indexdiv-K"><h3>K</h3><dl><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm1186">key word, <a class="indexterm" href="sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS">Identifiers and Key Words</a>, <a class="indexterm" href="sql-keywords-appendix.html">SQL Key Words</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">list of, <a class="indexterm" href="sql-keywords-appendix.html">SQL Key Words</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">syntax of, <a class="indexterm" href="sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS">Identifiers and Key Words</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm36875">krb_caseins_users configuration parameter, <a class="indexterm" href="runtime-config-connection.html#RUNTIME-CONFIG-CONNECTION-AUTHENTICATION">Authentication</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm36864">krb_server_keyfile configuration parameter, <a class="indexterm" href="runtime-config-connection.html#RUNTIME-CONFIG-CONNECTION-AUTHENTICATION">Authentication</a></dt></dl></div><div class="indexdiv" id="indexdiv-L"><h3>L</h3><dl><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm4714">label (see <a href="#ientry-idm810">alias</a>)</dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm24110">lag, <a class="indexterm" href="functions-window.html">Window Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm9767">language_handler, <a class="indexterm" href="datatype-pseudo.html">Pseudo-Types</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm58221">large object, <a class="indexterm" href="largeobjects.html">Large Objects</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm22215">lastval, <a class="indexterm" href="functions-sequence.html">Sequence Manipulation Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm24171">last_value, <a class="indexterm" href="functions-window.html">Window Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm4874">LATERAL, <a class="indexterm" href="queries-table-expressions.html#QUERIES-LATERAL">LATERAL Subqueries</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">in the FROM clause, <a class="indexterm" href="queries-table-expressions.html#QUERIES-LATERAL">LATERAL Subqueries</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm153359">latitude, <a class="indexterm" href="earthdistance.html#id-1.11.7.22.7">Cube-Based Earth Distances</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm155404">lca, <a class="indexterm" href="ltree.html#id-1.11.7.30.6">Operators and Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm10948">lcm, <a class="indexterm" href="functions-math.html">Mathematical Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41653">lc_collate configuration parameter, <a class="indexterm" href="runtime-config-preset.html">Preset Options</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41663">lc_ctype configuration parameter, <a class="indexterm" href="runtime-config-preset.html">Preset Options</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41112">lc_messages configuration parameter, <a class="indexterm" href="runtime-config-client.html#RUNTIME-CONFIG-CLIENT-FORMAT">Locale and Formatting</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41124">lc_monetary configuration parameter, <a class="indexterm" href="runtime-config-client.html#RUNTIME-CONFIG-CLIENT-FORMAT">Locale and Formatting</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41135">lc_numeric configuration parameter, <a class="indexterm" href="runtime-config-client.html#RUNTIME-CONFIG-CLIENT-FORMAT">Locale and Formatting</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41146">lc_time configuration parameter, <a class="indexterm" href="runtime-config-client.html#RUNTIME-CONFIG-CLIENT-FORMAT">Locale and Formatting</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm34008">LDAP, <a class="indexterm" href="install-procedure.html#CONFIGURE-OPTIONS-FEATURES">PostgreSQL Features</a>, <a class="indexterm" href="auth-ldap.html">LDAP Authentication</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm57795">LDAP connection parameter lookup, <a class="indexterm" href="libpq-ldap.html">LDAP Lookup of Connection Parameters</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm34537">ldconfig, <a class="indexterm" href="install-post.html#INSTALL-POST-SHLIBS">Shared Libraries</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm24135">lead, <a class="indexterm" href="functions-window.html">Window Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm22421">LEAST, <a class="indexterm" href="functions-conditional.html#FUNCTIONS-GREATEST-LEAST">GREATEST and LEAST</a>, <a class="indexterm" href="typeconv-union-case.html">UNION, CASE, and Related Constructs</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">determination of result type, <a class="indexterm" href="typeconv-union-case.html">UNION, CASE, and Related Constructs</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm12114">left, <a class="indexterm" href="functions-string.html">String Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm4615">left join, <a class="indexterm" href="queries-table-expressions.html#QUERIES-JOIN">Joined Tables</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm11743">length, <a class="indexterm" href="functions-string.html">String Functions and Operators</a>, <a class="indexterm" href="functions-binarystring.html">Binary String Functions and Operators</a>, <a class="indexterm" href="functions-bitstring.html">Bit String Functions and Operators</a>, <a class="indexterm" href="functions-geometry.html">Geometric Functions and Operators</a>, <a class="indexterm" href="functions-textsearch.html">Text Search Functions and Operators</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">of a binary string (see binary strings, length)</dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">of a character string (see <a href="#ientry-idm1273">character string, length</a>)</dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm30723">length(tsvector), <a class="indexterm" href="textsearch-features.html#TEXTSEARCH-MANIPULATE-TSVECTOR">Manipulating Documents</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm153586">levenshtein, <a class="indexterm" href="fuzzystrmatch.html#id-1.11.7.24.7">Levenshtein</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm153588">levenshtein_less_equal, <a class="indexterm" href="fuzzystrmatch.html#id-1.11.7.24.7">Levenshtein</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm33593">lex, <a class="indexterm" href="install-requirements.html">Requirements</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm33486">libedit, <a class="indexterm" href="install-requirements.html">Requirements</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm33520">libperl, <a class="indexterm" href="install-requirements.html">Requirements</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm53856">libpq, <a class="indexterm" href="libpq.html">libpq — C Library</a>, <a class="indexterm" href="libpq-single-row-mode.html">Retrieving Query Results Row-by-Row</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">single-row mode, <a class="indexterm" href="libpq-single-row-mode.html">Retrieving Query Results Row-by-Row</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm53883">libpq-fe.h, <a class="indexterm" href="libpq.html">libpq — C Library</a>, <a class="indexterm" href="libpq-status.html">Connection Status Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm54827">libpq-int.h, <a class="indexterm" href="libpq-status.html">Connection Status Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm33545">libpython, <a class="indexterm" href="install-requirements.html">Requirements</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm69388">library finalization function, <a class="indexterm" href="xfunc-c.html#XFUNC-C-DYNLOAD">Dynamic Loading</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm69386">library initialization function, <a class="indexterm" href="xfunc-c.html#XFUNC-C-DYNLOAD">Dynamic Loading</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm13667">LIKE, <a class="indexterm" href="functions-matching.html#FUNCTIONS-LIKE">LIKE</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">and locales, <a class="indexterm" href="locale.html#id-1.6.10.3.5">Behavior</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm14930">LIKE_REGEX, <a class="indexterm" href="functions-matching.html#POSIX-VS-XQUERY">Differences from XQuery (LIKE_REGEX)</a>, <a class="indexterm" href="functions-json.html#JSONPATH-REGULAR-EXPRESSIONS">SQL/JSON Regular Expressions</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">in SQL/JSON, <a class="indexterm" href="functions-json.html#JSONPATH-REGULAR-EXPRESSIONS">SQL/JSON Regular Expressions</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm5339">LIMIT, <a class="indexterm" href="queries-limit.html">LIMIT and OFFSET</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm7788">line, <a class="indexterm" href="datatype-geometric.html#DATATYPE-LINE">Lines</a>, <a class="indexterm" href="functions-geometry.html">Geometric Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm7828">line segment, <a class="indexterm" href="datatype-geometric.html#DATATYPE-LSEG">Line Segments</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm23486">linear regression, <a class="indexterm" href="functions-aggregate.html">Aggregate Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm35279">Linux</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">IPC configuration, <a class="indexterm" href="kernel-resources.html#SYSVIPC">Shared Memory and Semaphores</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">shared library, <a class="indexterm" href="xfunc-c.html#DFUNC">Compiling and Linking Dynamically-Loaded Functions</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">start script, <a class="indexterm" href="server-start.html">Starting the Database Server</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm101920">LISTEN, <a class="indexterm" href="sql-listen.html">LISTEN</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm36655">listen_addresses configuration parameter, <a class="indexterm" href="runtime-config-connection.html#RUNTIME-CONFIG-CONNECTION-SETTINGS">Connection Settings</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm33967">llvm-config, <a class="indexterm" href="install-procedure.html#CONFIGURE-OPTIONS-FEATURES">PostgreSQL Features</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm153349">ll_to_earth, <a class="indexterm" href="earthdistance.html#id-1.11.7.22.7">Cube-Based Earth Distances</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm10966">ln, <a class="indexterm" href="functions-math.html">Mathematical Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm154851">lo, <a class="indexterm" href="lo.html">lo</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm101990">LOAD, <a class="indexterm" href="sql-load.html">LOAD</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm47256">load balancing, <a class="indexterm" href="high-availability.html">High Availability, Load Balancing, and Replication</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm35155">locale, <a class="indexterm" href="creating-cluster.html">Creating a Database Cluster</a>, <a class="indexterm" href="locale.html">Locale Support</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm16476">localtime, <a class="indexterm" href="functions-datetime.html">Date/Time Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm16499">localtimestamp, <a class="indexterm" href="functions-datetime.html">Date/Time Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41189">local_preload_libraries configuration parameter, <a class="indexterm" href="runtime-config-client.html#RUNTIME-CONFIG-CLIENT-PRELOAD">Shared Library Preloading</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm32087">lock, <a class="indexterm" href="explicit-locking.html">Explicit Locking</a>, <a class="indexterm" href="explicit-locking.html#ADVISORY-LOCKS">Advisory Locks</a>, <a class="indexterm" href="monitoring-locks.html">Viewing Locks</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">advisory, <a class="indexterm" href="explicit-locking.html#ADVISORY-LOCKS">Advisory Locks</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">monitoring, <a class="indexterm" href="monitoring-locks.html">Viewing Locks</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm32100">LOCK, <a class="indexterm" href="explicit-locking.html#LOCKING-TABLES">Table-Level Locks</a>, <a class="indexterm" href="sql-lock.html">LOCK</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm40804">lock_timeout configuration parameter, <a class="indexterm" href="runtime-config-client.html#RUNTIME-CONFIG-CLIENT-STATEMENT">Statement Behavior</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm10982">log, <a class="indexterm" href="functions-math.html">Mathematical Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm47499">log shipping, <a class="indexterm" href="high-availability.html">High Availability, Load Balancing, and Replication</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm10998">log10, <a class="indexterm" href="functions-math.html">Mathematical Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm24889">Logging</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">current_logfiles file and the pg_current_logfile postgresql-13-13.1/doc/src/sgml/html/bookindex.html:58: function, <a class="indexterm" href="functions-info.html">System Information Functions and Operators</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">pg_current_logfile function, <a class="indexterm" href="functions-info.html">System Information Functions and Operators</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39375">logging_collector configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHERE">Where to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm82077">Logical Decoding, <a class="indexterm" href="logicaldecoding.html">Logical Decoding</a>, <a class="indexterm" href="logicaldecoding-explanation.html#id-1.8.14.8.2">Logical Decoding</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm37265">logical_decoding_work_mem configuration parameter, <a class="indexterm" href="runtime-config-resource.html#RUNTIME-CONFIG-RESOURCE-MEMORY">Memory</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm43401">login privilege, <a class="indexterm" href="role-attributes.html">Role Attributes</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm40380">log_autovacuum_min_duration</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">configuration parameter, <a class="indexterm" href="runtime-config-autovacuum.html">Automatic Vacuuming</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">storage parameter, <a class="indexterm" href="sql-createtable.html#SQL-CREATETABLE-STORAGE-PARAMETERS">Storage Parameters</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41964">log_btree_build_stats configuration parameter, <a class="indexterm" href="runtime-config-developer.html">Developer Options</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39852">log_checkpoints configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHAT">What to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39862">log_connections configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHAT">What to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39325">log_destination configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHERE">Where to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39396">log_directory configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHERE">Where to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39876">log_disconnections configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHAT">What to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39887">log_duration configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHAT">What to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39906">log_error_verbosity configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHAT">What to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm40345">log_executor_stats configuration parameter, <a class="indexterm" href="runtime-config-statistics.html#RUNTIME-CONFIG-STATISTICS-MONITOR">Statistics Monitoring</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39408">log_filename configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHERE">Where to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39436">log_file_mode configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHERE">Where to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39926">log_hostname configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHAT">What to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39936">log_line_prefix configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHAT">What to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm40075">log_lock_waits configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHAT">What to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39662">log_min_duration_sample configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHEN">When to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39642">log_min_duration_statement configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHEN">When to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39618">log_min_error_statement configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHEN">When to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39593">log_min_messages configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHEN">When to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm40086">log_parameter_max_length configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHAT">What to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm40099">log_parameter_max_length_on_error configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHAT">What to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm40333">log_parser_stats configuration parameter, <a class="indexterm" href="runtime-config-statistics.html#RUNTIME-CONFIG-STATISTICS-MONITOR">Statistics Monitoring</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm40339">log_planner_stats configuration parameter, <a class="indexterm" href="runtime-config-statistics.html#RUNTIME-CONFIG-STATISTICS-MONITOR">Statistics Monitoring</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm40146">log_replication_commands configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHAT">What to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39455">log_rotation_age configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHERE">Where to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39466">log_rotation_size configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHERE">Where to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm40111">log_statement configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHAT">What to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39680">log_statement_sample_rate configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHEN">When to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm40327">log_statement_stats configuration parameter, <a class="indexterm" href="runtime-config-statistics.html#RUNTIME-CONFIG-STATISTICS-MONITOR">Statistics Monitoring</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm40157">log_temp_files configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHAT">What to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm40166">log_timezone configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHAT">What to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39694">log_transaction_sample_rate configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHEN">When to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39477">log_truncate_on_rotation configuration parameter, <a class="indexterm" href="runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHERE">Where to Log</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm153368">longitude, <a class="indexterm" href="earthdistance.html#id-1.11.7.22.7">Cube-Based Earth Distances</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm78282">looks_like_number</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">in PL/Perl, <a class="indexterm" href="plperl-builtins.html#PLPERL-UTILITY-FUNCTIONS">Utility Functions in PL/Perl</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm75810">loop, <a class="indexterm" href="plpgsql-control-structures.html#PLPGSQL-CONTROL-STRUCTURES-LOOPS">Simple Loops</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">in PL/pgSQL, <a class="indexterm" href="plpgsql-control-structures.html#PLPGSQL-CONTROL-STRUCTURES-LOOPS">Simple Loops</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm11763">lower, <a class="indexterm" href="functions-string.html">String Functions and Operators</a>, <a class="indexterm" href="functions-range.html">Range Functions and Operators</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">and locales, <a class="indexterm" href="locale.html#id-1.6.10.3.5">Behavior</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm23051">lower_inc, <a class="indexterm" href="functions-range.html">Range Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm23075">lower_inf, <a class="indexterm" href="functions-range.html">Range Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm58493">lo_close, <a class="indexterm" href="lo-interfaces.html#LO-CLOSE">Closing a Large Object Descriptor</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41440">lo_compat_privileges configuration parameter, <a class="indexterm" href="runtime-config-compatible.html#RUNTIME-CONFIG-COMPATIBLE-VERSION">Previous PostgreSQL Versions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm58285">lo_creat, <a class="indexterm" href="lo-interfaces.html#LO-CREATE">Creating a Large Object</a>, <a class="indexterm" href="lo-funcs.html">Server-Side Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm58300">lo_create, <a class="indexterm" href="lo-interfaces.html#LO-CREATE">Creating a Large Object</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm58341">lo_export, <a class="indexterm" href="lo-interfaces.html#LO-EXPORT">Exporting a Large Object</a>, <a class="indexterm" href="lo-funcs.html">Server-Side Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm58524">lo_from_bytea, <a class="indexterm" href="lo-funcs.html">Server-Side Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm58559">lo_get, <a class="indexterm" href="lo-funcs.html">Server-Side Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm58318">lo_import, <a class="indexterm" href="lo-interfaces.html#LO-IMPORT">Importing a Large Object</a>, <a class="indexterm" href="lo-funcs.html">Server-Side Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm58324">lo_import_with_oid, <a class="indexterm" href="lo-interfaces.html#LO-IMPORT">Importing a Large Object</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm58425">lo_lseek, <a class="indexterm" href="lo-interfaces.html#LO-SEEK">Seeking in a Large Object</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm58435">lo_lseek64, <a class="indexterm" href="lo-interfaces.html#LO-SEEK">Seeking in a Large Object</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm58349">lo_open, <a class="indexterm" href="lo-interfaces.html#LO-OPEN">Opening an Existing Large Object</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm58541">lo_put, <a class="indexterm" href="lo-funcs.html">Server-Side Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm58408">lo_read, <a class="indexterm" href="lo-interfaces.html#LO-READ">Reading Data from a Large Object</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm58447">lo_tell, <a class="indexterm" href="lo-interfaces.html#LO-TELL">Obtaining the Seek Position of a Large Object</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm58451">lo_tell64, <a class="indexterm" href="lo-interfaces.html#LO-TELL">Obtaining the Seek Position of a Large Object</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm58462">lo_truncate, <a class="indexterm" href="lo-interfaces.html#LO-TRUNCATE">Truncating a Large Object</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm58479">lo_truncate64, <a class="indexterm" href="lo-interfaces.html#LO-TRUNCATE">Truncating a Large Object</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm58503">lo_unlink, <a class="indexterm" href="lo-interfaces.html#LO-UNLINK">Removing a Large Object</a>, <a class="indexterm" href="lo-funcs.html">Server-Side Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm58391">lo_write, <a class="indexterm" href="lo-interfaces.html#LO-WRITE">Writing Data to a Large Object</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm12144">lpad, <a class="indexterm" href="functions-string.html">String Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm7826">lseg, <a class="indexterm" href="datatype-geometric.html#DATATYPE-LSEG">Line Segments</a>, <a class="indexterm" href="functions-geometry.html">Geometric Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm53098">LSN, <a class="indexterm" href="wal-internals.html">WAL Internals</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm154906">ltree, <a class="indexterm" href="ltree.html">ltree</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm155393">ltree2text, <a class="indexterm" href="ltree.html#id-1.11.7.30.6">Operators and Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm12167">ltrim, <a class="indexterm" href="functions-string.html">String Functions and Operators</a></dt></dl></div><div class="indexdiv" id="indexdiv-M"><h3>M</h3><dl><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm8143">MAC address (see macaddr)</dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm8172">MAC address (EUI-64 format) (see macaddr)</dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm8141">macaddr (data type), <a class="indexterm" href="datatype-net-types.html#DATATYPE-MACADDR">macaddr</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm8170">macaddr8 (data type), <a class="indexterm" href="datatype-net-types.html#DATATYPE-MACADDR8">macaddr8</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm18816">macaddr8_set7bit, <a class="indexterm" href="functions-net.html">Network Address Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm34680">macOS, <a class="indexterm" href="installation-platform-notes.html#INSTALLATION-NOTES-MACOS">macOS</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">installation on, <a class="indexterm" href="installation-platform-notes.html#INSTALLATION-NOTES-MACOS">macOS</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">IPC configuration, <a class="indexterm" href="kernel-resources.html#SYSVIPC">Shared Memory and Semaphores</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">shared library, <a class="indexterm" href="xfunc-c.html#DFUNC">Compiling and Linking Dynamically-Loaded Functions</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm69373">magic block, <a class="indexterm" href="xfunc-c.html#XFUNC-C-DYNLOAD">Dynamic Loading</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm46130">maintenance, <a class="indexterm" href="maintenance.html">Routine Database Maintenance Tasks</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm37507">maintenance_io_concurrency configuration parameter, <a class="indexterm" href="runtime-config-resource.html#RUNTIME-CONFIG-RESOURCE-ASYNC-BEHAVIOR">Asynchronous Behavior</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm37237">maintenance_work_mem configuration parameter, <a class="indexterm" href="runtime-config-resource.html#RUNTIME-CONFIG-RESOURCE-MEMORY">Memory</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm33456">make, <a class="indexterm" href="install-requirements.html">Requirements</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm25477">makeaclitem, <a class="indexterm" href="functions-info.html">System Information Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm16522">make_date, <a class="indexterm" href="functions-datetime.html">Date/Time Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm16539">make_interval, <a class="indexterm" href="functions-datetime.html">Date/Time Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm16571">make_time, <a class="indexterm" href="functions-datetime.html">Date/Time Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm16588">make_timestamp, <a class="indexterm" href="functions-datetime.html">Date/Time Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm16611">make_timestamptz, <a class="indexterm" href="functions-datetime.html">Date/Time Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm154782">make_valid, <a class="indexterm" href="isn.html#id-1.11.7.28.7">Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm34567">MANPATH, <a class="indexterm" href="install-post.html#id-1.6.3.9.3">Environment Variables</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm18693">masklen, <a class="indexterm" href="functions-net.html">Network Address Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm74291">materialized view, <a class="indexterm" href="rules-materializedviews.html">Materialized Views</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">implementation through rules, <a class="indexterm" href="rules-materializedviews.html">Materialized Views</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm126882">materialized views, <a class="indexterm" href="view-pg-matviews.html">pg_matviews</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm23334">max, <a class="indexterm" href="functions-aggregate.html">Aggregate Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm36680">max_connections configuration parameter, <a class="indexterm" href="runtime-config-connection.html#RUNTIME-CONFIG-CONNECTION-SETTINGS">Connection Settings</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm37344">max_files_per_process configuration parameter, <a class="indexterm" href="runtime-config-resource.html#RUNTIME-CONFIG-RESOURCE-KERNEL">Kernel Resource Usage</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41674">max_function_args configuration parameter, <a class="indexterm" href="runtime-config-preset.html">Preset Options</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41684">max_identifier_length configuration parameter, <a class="indexterm" href="runtime-config-preset.html">Preset Options</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41696">max_index_keys configuration parameter, <a class="indexterm" href="runtime-config-preset.html">Preset Options</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41322">max_locks_per_transaction configuration parameter, <a class="indexterm" href="runtime-config-locks.html">Lock Management</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm38696">max_logical_replication_workers configuration parameter, <a class="indexterm" href="runtime-config-replication.html#RUNTIME-CONFIG-REPLICATION-SUBSCRIBER">Subscribers</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm37551">max_parallel_maintenance_workers configuration parameter, <a class="indexterm" href="runtime-config-resource.html#RUNTIME-CONFIG-RESOURCE-ASYNC-BEHAVIOR">Asynchronous Behavior</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm37567">max_parallel_workers configuration parameter, <a class="indexterm" href="runtime-config-resource.html#RUNTIME-CONFIG-RESOURCE-ASYNC-BEHAVIOR">Asynchronous Behavior</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm37533">max_parallel_workers_per_gather configuration parameter, <a class="indexterm" href="runtime-config-resource.html#RUNTIME-CONFIG-RESOURCE-ASYNC-BEHAVIOR">Asynchronous Behavior</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41361">max_pred_locks_per_page configuration parameter, <a class="indexterm" href="runtime-config-locks.html">Lock Management</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41349">max_pred_locks_per_relation configuration parameter, <a class="indexterm" href="runtime-config-locks.html">Lock Management</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41336">max_pred_locks_per_transaction configuration parameter, <a class="indexterm" href="runtime-config-locks.html">Lock Management</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm37188">max_prepared_transactions configuration parameter, <a class="indexterm" href="runtime-config-resource.html#RUNTIME-CONFIG-RESOURCE-MEMORY">Memory</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm38358">max_replication_slots configuration parameter, <a class="indexterm" href="runtime-config-replication.html#RUNTIME-CONFIG-REPLICATION-SENDER">Sending Servers</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm38385">max_slot_wal_keep_size configuration parameter, <a class="indexterm" href="runtime-config-replication.html#RUNTIME-CONFIG-REPLICATION-SENDER">Sending Servers</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm37277">max_stack_depth configuration parameter, <a class="indexterm" href="runtime-config-resource.html#RUNTIME-CONFIG-RESOURCE-MEMORY">Memory</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm38577">max_standby_archive_delay configuration parameter, <a class="indexterm" href="runtime-config-replication.html#RUNTIME-CONFIG-REPLICATION-STANDBY">Standby Servers</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm38591">max_standby_streaming_delay configuration parameter, <a class="indexterm" href="runtime-config-replication.html#RUNTIME-CONFIG-REPLICATION-STANDBY">Standby Servers</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm38708">max_sync_workers_per_subscription configuration parameter, <a class="indexterm" href="runtime-config-replication.html#RUNTIME-CONFIG-REPLICATION-SUBSCRIBER">Subscribers</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm38344">max_wal_senders configuration parameter, <a class="indexterm" href="runtime-config-replication.html#RUNTIME-CONFIG-REPLICATION-SENDER">Sending Servers</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm38035">max_wal_size configuration parameter, <a class="indexterm" href="runtime-config-wal.html#RUNTIME-CONFIG-WAL-CHECKPOINTS">Checkpoints</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm37519">max_worker_processes configuration parameter, <a class="indexterm" href="runtime-config-resource.html#RUNTIME-CONFIG-RESOURCE-ASYNC-BEHAVIOR">Asynchronous Behavior</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm12185">md5, <a class="indexterm" href="functions-string.html">String Functions and Operators</a>, <a class="indexterm" href="functions-binarystring.html">Binary String Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm42779">MD5, <a class="indexterm" href="auth-password.html">Password Authentication</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm1996">median, <a class="indexterm" href="sql-expressions.html#SYNTAX-AGGREGATES">Aggregate Expressions</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt>(see also <a href="#ientry-idm23837">percentile</a>)</dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm81397">memory context</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">in SPI, <a class="indexterm" href="spi-memory.html">Memory Management</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm35734">memory overcommit, <a class="indexterm" href="kernel-resources.html#LINUX-MEMORY-OVERCOMMIT">Linux Memory Overcommit</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm153607">metaphone, <a class="indexterm" href="fuzzystrmatch.html#id-1.11.7.24.8">Metaphone</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm23351">min, <a class="indexterm" href="functions-aggregate.html">Aggregate Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm34706">MinGW, <a class="indexterm" href="installation-platform-notes.html#INSTALLATION-NOTES-MINGW">MinGW/Native Windows</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">installation on, <a class="indexterm" href="installation-platform-notes.html#INSTALLATION-NOTES-MINGW">MinGW/Native Windows</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39016">min_parallel_index_scan_size configuration parameter, <a class="indexterm" href="runtime-config-query.html#RUNTIME-CONFIG-QUERY-CONSTANTS">Planner Cost Constants</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39005">min_parallel_table_scan_size configuration parameter, <a class="indexterm" href="runtime-config-query.html#RUNTIME-CONFIG-QUERY-CONSTANTS">Planner Cost Constants</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm11030">min_scale, <a class="indexterm" href="functions-math.html">Mathematical Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm38048">min_wal_size configuration parameter, <a class="indexterm" href="runtime-config-wal.html#RUNTIME-CONFIG-WAL-CHECKPOINTS">Checkpoints</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm11042">mod, <a class="indexterm" href="functions-math.html">Mathematical Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm23823">mode</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">statistical, <a class="indexterm" href="functions-aggregate.html">Aggregate Functions</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm48210">monitoring, <a class="indexterm" href="monitoring.html">Monitoring Database Activity</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">database activity, <a class="indexterm" href="monitoring.html">Monitoring Database Activity</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm102163">MOVE, <a class="indexterm" href="sql-move.html">MOVE</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm70244">moving-aggregate mode, <a class="indexterm" href="xaggr.html#XAGGR-MOVING-AGGREGATES">Moving-Aggregate Mode</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm31810">Multiversion Concurrency Control, <a class="indexterm" href="mvcc-intro.html">Introduction</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm46410">MultiXactId, <a class="indexterm" href="routine-vacuuming.html#VACUUM-FOR-MULTIXACT-WRAPAROUND">Multixacts and Wraparound</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm31812">MVCC, <a class="indexterm" href="mvcc-intro.html">Introduction</a></dt></dl></div><div class="indexdiv" id="indexdiv-N"><h3>N</h3><dl><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm1183">name, <a class="indexterm" href="sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS">Identifiers and Key Words</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">qualified, <a class="indexterm" href="ddl-schemas.html#DDL-SCHEMAS-CREATE">Creating a Schema</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">syntax of, <a class="indexterm" href="sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS">Identifiers and Key Words</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">unqualified, <a class="indexterm" href="ddl-schemas.html#DDL-SCHEMAS-PATH">The Schema Search Path</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm6095">NaN (see <a href="#ientry-idm6098">not a number</a>)</dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm4662">natural join, <a class="indexterm" href="queries-table-expressions.html#QUERIES-JOIN">Joined Tables</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm9967">negation, <a class="indexterm" href="functions-logical.html">Logical Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm35303">NetBSD</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">IPC configuration, <a class="indexterm" href="kernel-resources.html#SYSVIPC">Shared Memory and Semaphores</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">shared library, <a class="indexterm" href="xfunc-c.html#DFUNC">Compiling and Linking Dynamically-Loaded Functions</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">start script, <a class="indexterm" href="server-start.html">Starting the Database Server</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm18705">netmask, <a class="indexterm" href="functions-net.html">Network Address Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm7969">network, <a class="indexterm" href="datatype-net-types.html">Network Address Types</a>, <a class="indexterm" href="functions-net.html">Network Address Functions and Operators</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">data types, <a class="indexterm" href="datatype-net-types.html">Network Address Types</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm22150">nextval, <a class="indexterm" href="functions-sequence.html">Sequence Manipulation Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm35180">NFS, <a class="indexterm" href="creating-cluster.html#CREATING-CLUSTER-NFS">NFS</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm155333">nlevel, <a class="indexterm" href="ltree.html#id-1.11.7.30.6">Operators and Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm33183">non-durable, <a class="indexterm" href="non-durability.html">Non-Durable Settings</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm54001">nonblocking connection, <a class="indexterm" href="libpq-connect.html">Database Connection Control Functions</a>, <a class="indexterm" href="libpq-async.html">Asynchronous Command Processing</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm31849">nonrepeatable read, <a class="indexterm" href="transaction-iso.html">Transaction Isolation</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm11775">normalize, <a class="indexterm" href="functions-string.html">String Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm11700">normalized, <a class="indexterm" href="functions-string.html">String Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm159376">normal_rand, <a class="indexterm" href="tablefunc.html#id-1.11.7.47.5.4">normal_rand</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm9961">NOT (operator), <a class="indexterm" href="functions-logical.html">Logical Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm6098">not a number</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">double precision, <a class="indexterm" href="datatype-numeric.html#DATATYPE-FLOAT">Floating-Point Types</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">numeric (data type), <a class="indexterm" href="datatype-numeric.html#DATATYPE-NUMERIC-DECIMAL">Arbitrary Precision Numbers</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm24240">NOT IN, <a class="indexterm" href="functions-subquery.html">Subquery Expressions</a>, <a class="indexterm" href="functions-comparisons.html">Row and Array Comparisons</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm2652">not-null constraint, <a class="indexterm" href="ddl-constraints.html#id-1.5.4.6.6">Not-Null Constraints</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm2395">notation, <a class="indexterm" href="sql-syntax-calling-funcs.html">Calling Functions</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">functions, <a class="indexterm" href="sql-syntax-calling-funcs.html">Calling Functions</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm57219">notice processing, <a class="indexterm" href="libpq-notice-processing.html">Notice Processing</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">in libpq, <a class="indexterm" href="libpq-notice-processing.html">Notice Processing</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm57232">notice processor, <a class="indexterm" href="libpq-notice-processing.html">Notice Processing</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm57227">notice receiver, <a class="indexterm" href="libpq-notice-processing.html">Notice Processing</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm56579">NOTIFY, <a class="indexterm" href="libpq-notify.html">Asynchronous Notification</a>, <a class="indexterm" href="sql-notify.html">NOTIFY</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">in libpq, <a class="indexterm" href="libpq-notify.html">Asynchronous Notification</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm10408">NOTNULL, <a class="indexterm" href="functions-comparison.html">Comparison Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm16638">now, <a class="indexterm" href="functions-datetime.html">Date/Time Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm18082">npoints, <a class="indexterm" href="functions-geometry.html">Geometric Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm24182">nth_value, <a class="indexterm" href="functions-window.html">Window Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm24100">ntile, <a class="indexterm" href="functions-window.html">Window Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm2515">null value</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">with check constraints, <a class="indexterm" href="ddl-constraints.html#DDL-CONSTRAINTS-CHECK-CONSTRAINTS">Check Constraints</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">comparing, <a class="indexterm" href="functions-comparison.html">Comparison Functions and Operators</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">default value, <a class="indexterm" href="ddl-default.html">Default Values</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">in DISTINCT, <a class="indexterm" href="queries-select-lists.html#QUERIES-DISTINCT">DISTINCT</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">in libpq, <a class="indexterm" href="libpq-exec.html#LIBPQ-EXEC-SELECT-INFO">Retrieving Query Result Information</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">in PL/Perl, <a class="indexterm" href="plperl-funcs.html">PL/Perl Functions and Arguments</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">in PL/Python, <a class="indexterm" href="plpython-data.html#id-1.8.11.11.4">Null, None</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">with unique constraints, <a class="indexterm" href="ddl-constraints.html#DDL-CONSTRAINTS-UNIQUE-CONSTRAINTS">Unique Constraints</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm22384">NULLIF, <a class="indexterm" href="functions-conditional.html#FUNCTIONS-NULLIF">NULLIF</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm1443">number</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">constant, <a class="indexterm" href="sql-syntax-lexical.html#SQL-SYNTAX-CONSTANTS-NUMERIC">Numeric Constants</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm1473">numeric, <a class="indexterm" href="sql-syntax-lexical.html#SQL-SYNTAX-CONSTANTS-NUMERIC">Numeric Constants</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm6057">numeric (data type), <a class="indexterm" href="datatype-numeric.html#DATATYPE-NUMERIC-DECIMAL">Arbitrary Precision Numbers</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm19037">numnode, <a class="indexterm" href="functions-textsearch.html">Text Search Functions and Operators</a>, <a class="indexterm" href="textsearch-features.html#TEXTSEARCH-MANIPULATE-TSQUERY">Manipulating Queries</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm10485">num_nonnulls, <a class="indexterm" href="functions-comparison.html">Comparison Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm10498">num_nulls, <a class="indexterm" href="functions-comparison.html">Comparison Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm22360">NVL, <a class="indexterm" href="functions-conditional.html#FUNCTIONS-COALESCE-NVL-IFNULL">COALESCE</a></dt></dl></div><div class="indexdiv" id="indexdiv-O"><h3>O</h3><dl><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm9527">object identifier, <a class="indexterm" href="datatype-oid.html">Object Identifier Types</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">data type, <a class="indexterm" href="datatype-oid.html">Object Identifier Types</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm605">object-oriented database, <a class="indexterm" href="tutorial-concepts.html">Concepts</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm26352">obj_description, <a class="indexterm" href="functions-info.html">System Information Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm11797">octet_length, <a class="indexterm" href="functions-string.html">String Functions and Operators</a>, <a class="indexterm" href="functions-binarystring.html">Binary String Functions and Operators</a>, <a class="indexterm" href="functions-bitstring.html">Bit String Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm5341">OFFSET, <a class="indexterm" href="queries-limit.html">LIMIT and OFFSET</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm9530">oid, <a class="indexterm" href="datatype-oid.html">Object Identifier Types</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm55961">OID</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">in libpq, <a class="indexterm" href="libpq-exec.html#LIBPQ-EXEC-NONSELECT">Retrieving Other Result Information</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm160183">oid2name, <a class="indexterm" href="oid2name.html">oid2name</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm37595">old_snapshot_threshold configuration parameter, <a class="indexterm" href="runtime-config-resource.html#RUNTIME-CONFIG-RESOURCE-ASYNC-BEHAVIOR">Asynchronous Behavior</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm101704">ON CONFLICT, <a class="indexterm" href="sql-insert.html">INSERT</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm4501">ONLY, <a class="indexterm" href="queries-table-expressions.html#QUERIES-FROM">The FROM Clause</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm35736">OOM, <a class="indexterm" href="kernel-resources.html#LINUX-MEMORY-OVERCOMMIT">Linux Memory Overcommit</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm35272">OpenBSD</dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">IPC configuration, <a class="indexterm" href="kernel-resources.html#SYSVIPC">Shared Memory and Semaphores</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">shared library, <a class="indexterm" href="xfunc-c.html#DFUNC">Compiling and Linking Dynamically-Loaded Functions</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">start script, <a class="indexterm" href="server-start.html">Starting the Database Server</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm33983">OpenSSL, <a class="indexterm" href="install-procedure.html#CONFIGURE-OPTIONS-FEATURES">PostgreSQL Features</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt>(see also <a href="#ientry-idm36088">SSL</a>)</dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm1530">operator, <a class="indexterm" href="sql-syntax-lexical.html#SQL-SYNTAX-OPERATORS">Operators</a>, <a class="indexterm" href="sql-syntax-lexical.html#SQL-PRECEDENCE">Operator Precedence</a>, <a class="indexterm" href="functions.html">Functions and Operators</a>, <a class="indexterm" href="functions-logical.html">Logical Operators</a>, <a class="indexterm" href="typeconv-oper.html">Operators</a>, <a class="indexterm" href="xoper.html">User-Defined Operators</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">invocation, <a class="indexterm" href="sql-expressions.html#SQL-EXPRESSIONS-OPERATOR-CALLS">Operator Invocations</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">logical, <a class="indexterm" href="functions-logical.html">Logical Operators</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">precedence, <a class="indexterm" href="sql-syntax-lexical.html#SQL-PRECEDENCE">Operator Precedence</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">syntax, <a class="indexterm" href="sql-syntax-lexical.html#SQL-SYNTAX-OPERATORS">Operators</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">type resolution in an invocation, <a class="indexterm" href="typeconv-oper.html">Operators</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">user-defined, <a class="indexterm" href="xoper.html">User-Defined Operators</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm29919">operator class, <a class="indexterm" href="indexes-opclass.html">Operator Classes and Operator Families</a>, <a class="indexterm" href="xindex.html#XINDEX-OPCLASS">Index Methods and Operator Classes</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm29921">operator family, <a class="indexterm" href="indexes-opclass.html">Operator Classes and Operator Families</a>, <a class="indexterm" href="xindex.html#XINDEX-OPFAMILY">Operator Classes and Operator Families</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm41454">operator_precedence_warning configuration parameter, <a class="indexterm" href="runtime-config-compatible.html#RUNTIME-CONFIG-COMPATIBLE-VERSION">Previous PostgreSQL Versions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm70152">optimization information, <a class="indexterm" href="xfunc-optimization.html">Function Optimization Information</a>, <a class="indexterm" href="xoper-optimization.html">Operator Optimization Information</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">for functions, <a class="indexterm" href="xfunc-optimization.html">Function Optimization Information</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">for operators, <a class="indexterm" href="xoper-optimization.html">Operator Optimization Information</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm9959">OR (operator), <a class="indexterm" href="functions-logical.html">Logical Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm77166">Oracle, <a class="indexterm" href="plpgsql-porting.html">Porting from Oracle PL/SQL</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">porting from PL/SQL to PL/pgSQL, <a class="indexterm" href="plpgsql-porting.html">Porting from Oracle PL/SQL</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm735">ORDER BY, <a class="indexterm" href="tutorial-select.html">Querying a Table</a>, <a class="indexterm" href="queries-order.html">Sorting Rows</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">and locales, <a class="indexterm" href="locale.html#id-1.6.10.3.5">Behavior</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm1909">ordered-set aggregate, <a class="indexterm" href="sql-expressions.html#SYNTAX-AGGREGATES">Aggregate Expressions</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">built-in, <a class="indexterm" href="functions-aggregate.html">Aggregate Functions</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm71277">ordering operator, <a class="indexterm" href="xindex.html#XINDEX-OPCLASS-DEPENDENCIES">System Dependencies on Operator Classes</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm24724">ordinality, <a class="indexterm" href="functions-srf.html">Set Returning Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm4571">outer join, <a class="indexterm" href="queries-table-expressions.html#QUERIES-JOIN">Joined Tables</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm70417">output function, <a class="indexterm" href="xtypes.html">User-Defined Types</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm2023">OVER clause, <a class="indexterm" href="sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS">Window Function Calls</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm35738">overcommit, <a class="indexterm" href="kernel-resources.html#LINUX-MEMORY-OVERCOMMIT">Linux Memory Overcommit</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm16698">OVERLAPS, <a class="indexterm" href="functions-datetime.html">Date/Time Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm11822">overlay, <a class="indexterm" href="functions-string.html">String Functions and Operators</a>, <a class="indexterm" href="functions-binarystring.html">Binary String Functions and Operators</a>, <a class="indexterm" href="functions-bitstring.html">Bit String Functions and Operators</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm69182">overloading, <a class="indexterm" href="xfunc-overload.html">Function Overloading</a></dt><dd xmlns="http://www.w3.org/1999/xhtml"><dl><dt xmlns:xlink="http://www.w3.org/1999/xlink">functions, <a class="indexterm" href="xfunc-overload.html">Function Overloading</a></dt><dt xmlns:xlink="http://www.w3.org/1999/xlink">operators, <a class="indexterm" href="xoper.html">User-Defined Operators</a></dt></dl></dd><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm2989">owner, <a class="indexterm" href="ddl-priv.html">Privileges</a></dt></dl></div><div class="indexdiv" id="indexdiv-P"><h3>P</h3><dl><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm155517">pageinspect, <a class="indexterm" href="pageinspect.html">pageinspect</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm91850">pages_per_range storage parameter, <a class="indexterm" href="sql-createindex.html#SQL-CREATEINDEX-STORAGE-PARAMETERS">Index Storage Parameters</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm155564">page_checksum, <a class="indexterm" href="pageinspect.html#id-1.11.7.31.4">General Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm155548">page_header, <a class="indexterm" href="pageinspect.html#id-1.11.7.31.4">General Functions</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm69764">palloc, <a class="indexterm" href="xfunc-c.html#id-1.8.3.13.8">Writing Code</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm34023">PAM, <a class="indexterm" href="install-procedure.html#CONFIGURE-OPTIONS-FEATURES">PostgreSQL Features</a>, <a class="indexterm" href="auth-pam.html">PAM Authentication</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm33213">parallel query, <a class="indexterm" href="parallel-query.html">Parallel Query</a></dt><dt xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" id="ientry-idm39260"> postgresql-13-13.1/doc/src/sgml/html/bookindex.html-59- parallel_leader_participation configuration ############################################## postgresql-13-13.1/doc/src/sgml/html/unaccent.html-20- translation rules. This file must be stored in postgresql-13-13.1/doc/src/sgml/html/unaccent.html:21: <code class="filename">$SHAREDIR/tsearch_data/</code> (where <code class="literal">$SHAREDIR</code> means postgresql-13-13.1/doc/src/sgml/html/unaccent.html-22- the <span class="productname">PostgreSQL</span> installation's shared-data directory). ############################################## postgresql-13-13.1/doc/src/sgml/html/sql-createfunction.html-442- FROM pwds postgresql-13-13.1/doc/src/sgml/html/sql-createfunction.html:443: WHERE username = $1; postgresql-13-13.1/doc/src/sgml/html/sql-createfunction.html-444- ############################################## postgresql-13-13.1/doc/src/sgml/html/plpgsql-control-structures.html-139- FROM flight postgresql-13-13.1/doc/src/sgml/html/plpgsql-control-structures.html:140: WHERE flightdate >= $1 postgresql-13-13.1/doc/src/sgml/html/plpgsql-control-structures.html-141- AND flightdate < ($1 + 1); ############################################## postgresql-13-13.1/doc/src/sgml/html/libpq-exec.html-130-</p><pre class="programlisting"> postgresql-13-13.1/doc/src/sgml/html/libpq-exec.html:131:SELECT * FROM mytable WHERE x = $1::bigint; postgresql-13-13.1/doc/src/sgml/html/libpq-exec.html-132-</pre><p> ############################################## postgresql-13-13.1/doc/src/sgml/html/sepgsql.html-367- AS 'SELECT regexp_replace(credit, ''-[0-9]+$'', ''-xxxx'', ''g'') postgresql-13-13.1/doc/src/sgml/html/sepgsql.html:368: FROM customer WHERE cid = $1' postgresql-13-13.1/doc/src/sgml/html/sepgsql.html-369- LANGUAGE sql; ############################################## postgresql-13-13.1/doc/src/sgml/html/oid2name.html-135-> do postgresql-13-13.1/doc/src/sgml/html/oid2name.html:136:> echo "$SIZE `oid2name -q -d alvherre -i -f $FILENODE`" postgresql-13-13.1/doc/src/sgml/html/oid2name.html-137-> done ############################################## postgresql-13-13.1/doc/src/sgml/html/oid2name.html-145-> do postgresql-13-13.1/doc/src/sgml/html/oid2name.html:146:> echo "$SIZE `oid2name -q -d alvherre -f $FN`" postgresql-13-13.1/doc/src/sgml/html/oid2name.html-147-> done ############################################## postgresql-13-13.1/doc/src/sgml/html/dict-xsyn.html-23- synonyms. This file must be stored in postgresql-13-13.1/doc/src/sgml/html/dict-xsyn.html:24: <code class="filename">$SHAREDIR/tsearch_data/</code> (where <code class="literal">$SHAREDIR</code> means postgresql-13-13.1/doc/src/sgml/html/dict-xsyn.html-25- the <span class="productname">PostgreSQL</span> installation's shared-data directory). ############################################## postgresql-13-13.1/doc/src/sgml/html/plperl-builtins.html-145-</p><pre class="programlisting"> postgresql-13-13.1/doc/src/sgml/html/plperl-builtins.html:146:$plan = spi_prepare('SELECT * FROM test WHERE id > $1 AND name = $2', postgresql-13-13.1/doc/src/sgml/html/plperl-builtins.html-147- 'INTEGER', 'TEXT'); ############################################## postgresql-13-13.1/doc/src/sgml/html/sql-select.html-1322-CREATE FUNCTION distributors(int) RETURNS SETOF distributors AS $$ postgresql-13-13.1/doc/src/sgml/html/sql-select.html:1323: SELECT * FROM distributors WHERE did = $1; postgresql-13-13.1/doc/src/sgml/html/sql-select.html-1324-$$ LANGUAGE SQL; ############################################## postgresql-13-13.1/doc/src/sgml/html/sql-select.html-1331-CREATE FUNCTION distributors_2(int) RETURNS SETOF record AS $$ postgresql-13-13.1/doc/src/sgml/html/sql-select.html:1332: SELECT * FROM distributors WHERE did = $1; postgresql-13-13.1/doc/src/sgml/html/sql-select.html-1333-$$ LANGUAGE SQL; ############################################## postgresql-13-13.1/doc/src/sgml/html/extend-pgxs.html-89- <code class="literal"><em class="replaceable"><code>prefix</code></em>/include/server/$MODULEDIR/$MODULE</code>, postgresql-13-13.1/doc/src/sgml/html/extend-pgxs.html:90: where <code class="literal">$MODULE</code> must be a module name used postgresql-13-13.1/doc/src/sgml/html/extend-pgxs.html-91- in <code class="literal">MODULES</code> or <code class="literal">MODULE_big</code>. ############################################## postgresql-13-13.1/doc/src/sgml/html/plpython-database.html-65-</p><pre class="programlisting"> postgresql-13-13.1/doc/src/sgml/html/plpython-database.html:66:plan = plpy.prepare("SELECT last_name FROM my_users WHERE first_name = $1", ["text"]) postgresql-13-13.1/doc/src/sgml/html/plpython-database.html-67-</pre><p> ############################################## postgresql-13-13.1/doc/src/sgml/html/plpgsql-cursors.html-105-</p><pre class="programlisting"> postgresql-13-13.1/doc/src/sgml/html/plpgsql-cursors.html:106:OPEN curs1 FOR EXECUTE format('SELECT * FROM %I WHERE col1 = $1',tabname) USING keyvalue; postgresql-13-13.1/doc/src/sgml/html/plpgsql-cursors.html-107-</pre><p> ############################################## postgresql-13-13.1/doc/src/sgml/html/textsearch-dictionaries.html-154- <code class="filename">$SHAREDIR/tsearch_data/english.stop</code>, postgresql-13-13.1/doc/src/sgml/html/textsearch-dictionaries.html:155: where <code class="literal">$SHAREDIR</code> means the postgresql-13-13.1/doc/src/sgml/html/textsearch-dictionaries.html-156- <span class="productname">PostgreSQL</span> installation's shared-data directory, ############################################## postgresql-13-13.1/doc/src/sgml/html/textsearch-dictionaries.html-249- <code class="filename">$SHAREDIR/tsearch_data/my_synonyms.syn</code> postgresql-13-13.1/doc/src/sgml/html/textsearch-dictionaries.html:250: (where <code class="literal">$SHAREDIR</code> means the postgresql-13-13.1/doc/src/sgml/html/textsearch-dictionaries.html-251- <span class="productname">PostgreSQL</span> installation's shared-data directory). ############################################## postgresql-13-13.1/doc/src/sgml/html/textsearch-dictionaries.html-395- (Its full name will be <code class="filename">$SHAREDIR/tsearch_data/mythesaurus.ths</code>, postgresql-13-13.1/doc/src/sgml/html/textsearch-dictionaries.html:396: where <code class="literal">$SHAREDIR</code> means the installation shared-data postgresql-13-13.1/doc/src/sgml/html/textsearch-dictionaries.html-397- directory.) ############################################## postgresql-13-13.1/doc/src/sgml/html/sql-prepare.html-136-PREPARE usrrptplan (int) AS postgresql-13-13.1/doc/src/sgml/html/sql-prepare.html:137: SELECT * FROM users u, logs l WHERE u.usrid=$1 AND u.usrid=l.usrid postgresql-13-13.1/doc/src/sgml/html/sql-prepare.html-138- AND l.date = $2; ############################################## postgresql-13-13.1/doc/src/sgml/html/sql-expressions.html-87-CREATE FUNCTION dept(text) RETURNS dept postgresql-13-13.1/doc/src/sgml/html/sql-expressions.html:88: AS $$ SELECT * FROM dept WHERE name = $1 $$ postgresql-13-13.1/doc/src/sgml/html/sql-expressions.html-89- LANGUAGE SQL; ############################################## postgresql-13-13.1/doc/src/sgml/html/ddl-depend.html-67-CREATE FUNCTION get_color_note (rainbow) RETURNS text AS postgresql-13-13.1/doc/src/sgml/html/ddl-depend.html:68: 'SELECT note FROM my_colors WHERE color = $1' postgresql-13-13.1/doc/src/sgml/html/ddl-depend.html-69- LANGUAGE SQL; ############################################## postgresql-13-13.1/doc/src/sgml/html/ddl-rowsecurity.html-235-CREATE POLICY admin_local_only ON passwd AS RESTRICTIVE TO admin postgresql-13-13.1/doc/src/sgml/html/ddl-rowsecurity.html:236: USING (pg_catalog.inet_client_addr() IS NULL); postgresql-13-13.1/doc/src/sgml/html/ddl-rowsecurity.html-237-</pre><p> ############################################## postgresql-13-13.1/doc/src/sgml/html/ddl-rowsecurity.html-246- postgresql-13-13.1/doc/src/sgml/html/ddl-rowsecurity.html:247:=> select inet_client_addr(); postgresql-13-13.1/doc/src/sgml/html/ddl-rowsecurity.html-248- inet_client_addr ############################################## postgresql-13-13.1/doc/src/sgml/html/libpq-status.html-78-</p><pre class="synopsis"> postgresql-13-13.1/doc/src/sgml/html/libpq-status.html:79:char *PQhostaddr(const PGconn *conn); postgresql-13-13.1/doc/src/sgml/html/libpq-status.html-80-</pre><p> ############################################## postgresql-13-13.1/doc/src/sgml/html/xfunc-sql.html-634-CREATE FUNCTION getfoo(int) RETURNS foo AS $$ postgresql-13-13.1/doc/src/sgml/html/xfunc-sql.html:635: SELECT * FROM foo WHERE fooid = $1; postgresql-13-13.1/doc/src/sgml/html/xfunc-sql.html-636-$$ LANGUAGE SQL; ############################################## postgresql-13-13.1/doc/src/sgml/html/xfunc-sql.html-663-CREATE FUNCTION getfoo(int) RETURNS SETOF foo AS $$ postgresql-13-13.1/doc/src/sgml/html/xfunc-sql.html:664: SELECT * FROM foo WHERE fooid = $1; postgresql-13-13.1/doc/src/sgml/html/xfunc-sql.html-665-$$ LANGUAGE SQL; ############################################## postgresql-13-13.1/doc/src/sgml/html/xfunc-sql.html-727-CREATE FUNCTION listchildren(text) RETURNS SETOF text AS $$ postgresql-13-13.1/doc/src/sgml/html/xfunc-sql.html:728: SELECT name FROM nodes WHERE parent = $1 postgresql-13-13.1/doc/src/sgml/html/xfunc-sql.html-729-$$ LANGUAGE SQL STABLE; ############################################## postgresql-13-13.1/doc/src/sgml/html/queries-table-expressions.html-452-CREATE FUNCTION getfoo(int) RETURNS SETOF foo AS $$ postgresql-13-13.1/doc/src/sgml/html/queries-table-expressions.html:453: SELECT * FROM foo WHERE fooid = $1; postgresql-13-13.1/doc/src/sgml/html/queries-table-expressions.html-454-$$ LANGUAGE SQL; ############################################## postgresql-13-13.1/doc/src/sgml/html/rules-triggers.html-50-</p><pre class="programlisting"> postgresql-13-13.1/doc/src/sgml/html/rules-triggers.html:51:DELETE FROM software WHERE hostname = $1; postgresql-13-13.1/doc/src/sgml/html/rules-triggers.html-52-</pre><p> ############################################## postgresql-13-13.1/doc/src/sgml/plperl.sgml-637-<programlisting> postgresql-13-13.1/doc/src/sgml/plperl.sgml:638:$plan = spi_prepare('SELECT * FROM test WHERE id > $1 AND name = $2', postgresql-13-13.1/doc/src/sgml/plperl.sgml-639- 'INTEGER', 'TEXT'); ############################################## postgresql-13-13.1/doc/src/sgml/datatype.sgml-3752- <indexterm> postgresql-13-13.1/doc/src/sgml/datatype.sgml:3753: <primary>macaddr (data type)</primary> postgresql-13-13.1/doc/src/sgml/datatype.sgml-3754- </indexterm> ############################################## postgresql-13-13.1/doc/src/sgml/Makefile-261- @$(MKDIR_P) $(addprefix fixedman/,man1 man3 man$(sqlmansectnum)) postgresql-13-13.1/doc/src/sgml/Makefile:262: for file in $(call vpathsearch,man1)/*.1; do $(fix_sqlmansectnum) $$file >fixedman/man1/`basename $$file` || exit; done postgresql-13-13.1/doc/src/sgml/Makefile:263: for file in $(call vpathsearch,man3)/*.3; do $(fix_sqlmansectnum) $$file >fixedman/man3/`basename $$file` || exit; done postgresql-13-13.1/doc/src/sgml/Makefile:264: for file in $(call vpathsearch,man7)/*.7; do $(fix_sqlmansectnum) $$file >fixedman/man$(sqlmansectnum)/`basename $$file | sed s/\.7$$/.$(sqlmansect)/` || exit; done postgresql-13-13.1/doc/src/sgml/Makefile-265- ############################################## postgresql-13-13.1/doc/src/sgml/ddl.sgml-2475-CREATE POLICY admin_local_only ON passwd AS RESTRICTIVE TO admin postgresql-13-13.1/doc/src/sgml/ddl.sgml:2476: USING (pg_catalog.inet_client_addr() IS NULL); postgresql-13-13.1/doc/src/sgml/ddl.sgml-2477-</programlisting> ############################################## postgresql-13-13.1/doc/src/sgml/ddl.sgml-2490- postgresql-13-13.1/doc/src/sgml/ddl.sgml:2491:=> select inet_client_addr(); postgresql-13-13.1/doc/src/sgml/ddl.sgml-2492- inet_client_addr ############################################## postgresql-13-13.1/doc/src/sgml/ddl.sgml-5019-CREATE FUNCTION get_color_note (rainbow) RETURNS text AS postgresql-13-13.1/doc/src/sgml/ddl.sgml:5020: 'SELECT note FROM my_colors WHERE color = $1' postgresql-13-13.1/doc/src/sgml/ddl.sgml-5021- LANGUAGE SQL; ############################################## postgresql-13-13.1/doc/src/sgml/pltcl.sgml-454- set GD(plan) [ spi_prepare \ postgresql-13-13.1/doc/src/sgml/pltcl.sgml:455: "SELECT count(*) AS cnt FROM t1 WHERE num >= \$1 AND num <= \$2" \ postgresql-13-13.1/doc/src/sgml/pltcl.sgml-456- [ list int4 int4 ] ] ############################################## postgresql-13-13.1/doc/src/sgml/libpq.sgml-1950-<synopsis> postgresql-13-13.1/doc/src/sgml/libpq.sgml:1951:char *PQhostaddr(const PGconn *conn); postgresql-13-13.1/doc/src/sgml/libpq.sgml-1952-</synopsis> ############################################## postgresql-13-13.1/doc/src/sgml/libpq.sgml-2742-<programlisting> postgresql-13-13.1/doc/src/sgml/libpq.sgml:2743:SELECT * FROM mytable WHERE x = $1::bigint; postgresql-13-13.1/doc/src/sgml/libpq.sgml-2744-</programlisting> ############################################## postgresql-13-13.1/doc/src/sgml/libpq.sgml-8680- res = PQexecParams(conn, postgresql-13-13.1/doc/src/sgml/libpq.sgml:8681: "SELECT * FROM test1 WHERE t = $1", postgresql-13-13.1/doc/src/sgml/libpq.sgml-8682- 1, /* one param */ ############################################## postgresql-13-13.1/doc/src/sgml/libpq.sgml-8718- res = PQexecParams(conn, postgresql-13-13.1/doc/src/sgml/libpq.sgml:8719: "SELECT * FROM test1 WHERE i = $1::int4", postgresql-13-13.1/doc/src/sgml/libpq.sgml-8720- 1, /* one param */ ############################################## postgresql-13-13.1/doc/src/sgml/syntax.sgml-1332-CREATE FUNCTION dept(text) RETURNS dept postgresql-13-13.1/doc/src/sgml/syntax.sgml:1333: AS $$ SELECT * FROM dept WHERE name = $1 $$ postgresql-13-13.1/doc/src/sgml/syntax.sgml-1334- LANGUAGE SQL; ############################################## postgresql-13-13.1/doc/src/sgml/xfunc.sgml-897-CREATE FUNCTION getfoo(int) RETURNS foo AS $$ postgresql-13-13.1/doc/src/sgml/xfunc.sgml:898: SELECT * FROM foo WHERE fooid = $1; postgresql-13-13.1/doc/src/sgml/xfunc.sgml-899-$$ LANGUAGE SQL; ############################################## postgresql-13-13.1/doc/src/sgml/xfunc.sgml-941-CREATE FUNCTION getfoo(int) RETURNS SETOF foo AS $$ postgresql-13-13.1/doc/src/sgml/xfunc.sgml:942: SELECT * FROM foo WHERE fooid = $1; postgresql-13-13.1/doc/src/sgml/xfunc.sgml-943-$$ LANGUAGE SQL; ############################################## postgresql-13-13.1/doc/src/sgml/xfunc.sgml-1009-CREATE FUNCTION listchildren(text) RETURNS SETOF text AS $$ postgresql-13-13.1/doc/src/sgml/xfunc.sgml:1010: SELECT name FROM nodes WHERE parent = $1 postgresql-13-13.1/doc/src/sgml/xfunc.sgml-1011-$$ LANGUAGE SQL STABLE; ############################################## postgresql-13-13.1/doc/src/sgml/rules.sgml-2290-<programlisting> postgresql-13-13.1/doc/src/sgml/rules.sgml:2291:DELETE FROM software WHERE hostname = $1; postgresql-13-13.1/doc/src/sgml/rules.sgml-2292-</programlisting> ############################################## postgresql-13-13.1/doc/src/sgml/plpgsql.sgml-1239-<programlisting> postgresql-13-13.1/doc/src/sgml/plpgsql.sgml:1240:EXECUTE 'SELECT count(*) FROM mytable WHERE inserted_by = $1 AND inserted <= $2' postgresql-13-13.1/doc/src/sgml/plpgsql.sgml-1241- INTO c ############################################## postgresql-13-13.1/doc/src/sgml/plpgsql.sgml-1254- || quote_ident(tabname) postgresql-13-13.1/doc/src/sgml/plpgsql.sgml:1255: || ' WHERE inserted_by = $1 AND inserted <= $2' postgresql-13-13.1/doc/src/sgml/plpgsql.sgml-1256- INTO c ############################################## postgresql-13-13.1/doc/src/sgml/plpgsql.sgml-1263-EXECUTE format('SELECT count(*) FROM %I ' postgresql-13-13.1/doc/src/sgml/plpgsql.sgml:1264: 'WHERE inserted_by = $1 AND inserted <= $2', tabname) postgresql-13-13.1/doc/src/sgml/plpgsql.sgml-1265- INTO c ############################################## postgresql-13-13.1/doc/src/sgml/plpgsql.sgml-1348-EXECUTE format('UPDATE tbl SET %I = $1 ' postgresql-13-13.1/doc/src/sgml/plpgsql.sgml:1349: 'WHERE key = $2', colname) USING newvalue, keyvalue; postgresql-13-13.1/doc/src/sgml/plpgsql.sgml-1350-</programlisting> ############################################## postgresql-13-13.1/doc/src/sgml/plpgsql.sgml-1448-<programlisting> postgresql-13-13.1/doc/src/sgml/plpgsql.sgml:1449:EXECUTE format('UPDATE tbl SET %I = $1 WHERE key = $2', colname) postgresql-13-13.1/doc/src/sgml/plpgsql.sgml-1450- USING newvalue, keyvalue; ############################################## postgresql-13-13.1/doc/src/sgml/plpgsql.sgml-1836- FROM flight postgresql-13-13.1/doc/src/sgml/plpgsql.sgml:1837: WHERE flightdate >= $1 postgresql-13-13.1/doc/src/sgml/plpgsql.sgml-1838- AND flightdate < ($1 + 1); ############################################## postgresql-13-13.1/doc/src/sgml/plpgsql.sgml-3118-<programlisting> postgresql-13-13.1/doc/src/sgml/plpgsql.sgml:3119:OPEN curs1 FOR EXECUTE format('SELECT * FROM %I WHERE col1 = $1',tabname) USING keyvalue; postgresql-13-13.1/doc/src/sgml/plpgsql.sgml-3120-</programlisting> ############################################## postgresql-13-13.1/doc/src/sgml/pgstatstatements.sgml-672--[ RECORD 1 ]---+--------------------------------------------------&zwsp;------------------ postgresql-13-13.1/doc/src/sgml/pgstatstatements.sgml:673:query | UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2 postgresql-13-13.1/doc/src/sgml/pgstatstatements.sgml-674-calls | 3000 ############################################## postgresql-13-13.1/doc/src/sgml/pgstatstatements.sgml-678--[ RECORD 2 ]---+--------------------------------------------------&zwsp;------------------ postgresql-13-13.1/doc/src/sgml/pgstatstatements.sgml:679:query | UPDATE pgbench_tellers SET tbalance = tbalance + $1 WHERE tid = $2 postgresql-13-13.1/doc/src/sgml/pgstatstatements.sgml-680-calls | 3000 ############################################## postgresql-13-13.1/doc/src/sgml/pgstatstatements.sgml-690--[ RECORD 4 ]---+--------------------------------------------------&zwsp;------------------ postgresql-13-13.1/doc/src/sgml/pgstatstatements.sgml:691:query | UPDATE pgbench_accounts SET abalance = abalance + $1 WHERE aid = $2 postgresql-13-13.1/doc/src/sgml/pgstatstatements.sgml-692-calls | 3000 ############################################## postgresql-13-13.1/doc/src/sgml/pgstatstatements.sgml-704-bench=# SELECT pg_stat_statements_reset(0,0,s.queryid) FROM pg_stat_statements AS s postgresql-13-13.1/doc/src/sgml/pgstatstatements.sgml:705: WHERE s.query = 'UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2'; postgresql-13-13.1/doc/src/sgml/pgstatstatements.sgml-706- ############################################## postgresql-13-13.1/doc/src/sgml/pgstatstatements.sgml-710--[ RECORD 1 ]---+--------------------------------------------------&zwsp;------------------ postgresql-13-13.1/doc/src/sgml/pgstatstatements.sgml:711:query | UPDATE pgbench_tellers SET tbalance = tbalance + $1 WHERE tid = $2 postgresql-13-13.1/doc/src/sgml/pgstatstatements.sgml-712-calls | 3000 ############################################## postgresql-13-13.1/doc/src/sgml/pgstatstatements.sgml-722--[ RECORD 3 ]---+--------------------------------------------------&zwsp;------------------ postgresql-13-13.1/doc/src/sgml/pgstatstatements.sgml:723:query | UPDATE pgbench_accounts SET abalance = abalance + $1 WHERE aid = $2 postgresql-13-13.1/doc/src/sgml/pgstatstatements.sgml-724-calls | 3000 ############################################## postgresql-13-13.1/GNUmakefile.in-102- rm -rf $(distdir)* $(dummy) postgresql-13-13.1/GNUmakefile.in:103: for x in `cd $(top_srcdir) && find . \( -name CVS -prune \) -o \( -name .git -prune \) -o -print`; do \ postgresql-13-13.1/GNUmakefile.in:104: file=`expr X$$x : 'X\./\(.*\)'`; \ postgresql-13-13.1/GNUmakefile.in-105- if test -d "$(top_srcdir)/$$file" ; then \ ############################################## postgresql-13-13.1/GNUmakefile.in-121- $(GZIP) -d -c $(distdir).tar.gz | $(TAR) xf - postgresql-13-13.1/GNUmakefile.in:122: install_prefix=`cd $(dummy) && pwd`; \ postgresql-13-13.1/GNUmakefile.in-123- cd $(distdir) \ ############################################## postgresql-13-13.1/GNUmakefile.in-129- @echo "checking whether \`$(MAKE) uninstall' works" postgresql-13-13.1/GNUmakefile.in:130: test `find $(dummy) ! -type d | wc -l` -eq 0 postgresql-13-13.1/GNUmakefile.in-131- $(MAKE) -C $(distdir) dist ############################################## postgresql-13-13.1/debian/patches/filter-debug-prefix-map-33- postgresql-13-13.1/debian/patches/filter-debug-prefix-map:34: [PG_MAJORVERSION=`expr "$PACKAGE_VERSION" : '\([0-9][0-9]*\)'`] postgresql-13-13.1/debian/patches/filter-debug-prefix-map-35---- a/configure ############################################## postgresql-13-13.1/debian/rules-199- then \ postgresql-13-13.1/debian/rules:200: for l in `find build -name 'regression.*' -o -name '*.log' -o -name '*_log_*' | perl -we 'print map { "$$_\n"; } sort { (stat $$a)[9] <=> (stat $$b)[9] } map { chomp; $$_; } <>' | tail -n 10`; do \ postgresql-13-13.1/debian/rules-201- echo "******** $$l ********"; \ ############################################## postgresql-13-13.1/.pc/50-per-version-dirs.patch/src/Makefile.global.in-76- postgresql-13-13.1/.pc/50-per-version-dirs.patch/src/Makefile.global.in:77:vpathsearch = `for f in $(addsuffix /$(1),$(subst :, ,. $(VPATH))); do test -r $$f && echo $$f && break; done` postgresql-13-13.1/.pc/50-per-version-dirs.patch/src/Makefile.global.in-78- ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-31- postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in:32:[PG_MAJORVERSION=`expr "$PACKAGE_VERSION" : '\([0-9][0-9]*\)'`] postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in:33:[PG_MINORVERSION=`expr "$PACKAGE_VERSION" : '.*\.\([0-9][0-9]*\)'`] postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-34-test -n "$PG_MINORVERSION" || PG_MINORVERSION=0 ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-172- AC_MSG_ERROR([invalid --with-pgport specification: empty string]) postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in:173:elif test ! x`echo "$default_port" | sed -e 's/[[0-9]]*//'` = x""; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-174- AC_MSG_ERROR([invalid --with-pgport specification: must be a number]) postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in:175:elif test ! x`echo "$default_port" | sed -e 's/^0.//'` = x"$default_port"; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-176- AC_MSG_ERROR([invalid --with-pgport specification: must not have leading 0]) ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-291-# blocksize is already guaranteed to be a factor of 1024 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in:292:RELSEG_SIZE=`expr '(' 1024 / ${blocksize} ')' '*' ${segsize} '*' 1024` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-293-test $? -eq 0 || exit 1 ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-953- if test -n "$XML2_CONFIG"; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in:954: XML2_CFLAGS=`$XML2_CONFIG --cflags` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in:955: XML2_LIBS=`$XML2_CONFIG --libs` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-956- fi ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-1636-LIBS_including_readline="$LIBS" postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in:1637:LIBS=`echo "$LIBS" | sed -e 's/-ledit//g' -e 's/-lreadline//g'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-1638- ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-2330-if test x"$GCC" = x"yes" ; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in:2331: cc_string=`${CC} --version | sed q` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-2332- case $cc_string in [[A-Za-z]]*) ;; *) cc_string="GCC $cc_string";; esac postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-2333-elif test x"$SUN_STUDIO_CC" = x"yes" ; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in:2334: cc_string=`${CC} -V 2>&1 | sed q` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-2335-else ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-2339-AC_DEFINE_UNQUOTED(PG_VERSION_STR, postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in:2340: ["PostgreSQL $PG_VERSION on $host, compiled by $cc_string, `expr $ac_cv_sizeof_void_p \* 8`-bit"], postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-2341- [A string containing the version number, platform, and C compiler]) ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-2354-if test x"$PG_SYSROOT" != x; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in:2355: CPPFLAGS=`echo "$CPPFLAGS" | sed -e "s| $PG_SYSROOT | \\\$(PG_SYSROOT) |"` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-2356-fi ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-2378-# a symlink-free name. postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in:2379:if ( test "$srcdir" -ef . ) >/dev/null 2>&1 || test "`cd $srcdir && /bin/pwd`" = "`/bin/pwd`"; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-2380- vpath_build=no ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-2384- _AS_ECHO_N([preparing build tree... ]) postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in:2385: pgac_abs_top_srcdir=`cd "$srcdir" && pwd` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-2386- $SHELL "$ac_aux_dir/prep_buildtree" "$pgac_abs_top_srcdir" "." \ ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-2409- # test -e works for symlinks in the MinGW console postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in:2410: test -e `expr "$FILE" : '\([[^:]]*\)'` || AC_MSG_WARN([*** link for $FILE -- please fix by hand]) postgresql-13-13.1/.pc/filter-debug-prefix-map/configure.in-2411- done ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-47-if test -z "$BASH_VERSION$ZSH_VERSION" \ postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:48: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-49- as_echo='print -r --' postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-50- as_echo_n='print -rn --' postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:51:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-52- as_echo='printf %s\n' ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-54-else postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:55: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-56- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-64- expr "X$arg" : "X\\(.*\\)$as_nl"; postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:65: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-66- esac; ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-201- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:202: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-203-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-329- case $as_dir in #( postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:330: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-331- *) as_qdir=$as_dir;; ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-402- { postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:403: as_val=`expr "$@" || test $? -eq 1` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-404- } ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-409-# ---------------------------------------- postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:410:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-411-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-472- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:473: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-474- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-961- case $ac_option in postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:962: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-963- *=) ac_optarg= ;; ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1005- -disable-* | --disable-*) postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:1006: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1007- # Reject names that are not valid shell variable names. ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1010- ac_useropt_orig=$ac_useropt postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:1011: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1012- case $ac_user_opts in ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1031- -enable-* | --enable-*) postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:1032: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1033- # Reject names that are not valid shell variable names. ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1036- ac_useropt_orig=$ac_useropt postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:1037: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1038- case $ac_user_opts in ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1235- -with-* | --with-*) postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:1236: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1237- # Reject names that are not valid shell variable names. ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1240- ac_useropt_orig=$ac_useropt postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:1241: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1242- case $ac_user_opts in ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1251- -without-* | --without-*) postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:1252: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1253- # Reject names that are not valid shell variable names. ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1256- ac_useropt_orig=$ac_useropt postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:1257: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1258- case $ac_user_opts in ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1289- *=*) postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:1290: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1291- # Reject names that are not valid shell variable names. ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1310-if test -n "$ac_prev"; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:1311: ac_option=--`echo $ac_prev | sed 's/_/-/g'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1312- as_fn_error $? "missing argument to $ac_option" ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1332- */ ) postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:1333: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1334- eval $ac_var=\$ac_val;; ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1367-ac_ls_di=`ls -di .` && postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:1368:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1369- as_fn_error $? "working directory cannot be determined" ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1423-case $srcdir in postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:1424:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1425-esac ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1466-By default, \`make install' will install all the files in postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:1467:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:1468:an installation prefix other than \`$ac_default_prefix' using \`--prefix', postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1469-for instance \`--prefix=\$HOME'. ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1624-*) postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:1625: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1626- # A ".." for each directory in $ac_dir_suffix. postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:1627: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-1628- case $ac_top_builddir_sub in ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2379- # Initialize each $ac_[]_AC_LANG_ABBREV[]_decl_warn_flag once. postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:2380: as_decl_name=`echo $2|sed 's/ *(.*//'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:2381: as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2382- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2496- *\'*) postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:2497: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2498- esac ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2579- case $ac_val in postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:2580: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2581- esac ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2594- case $ac_val in postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:2595: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2596- esac ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2714- set,) postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:2715: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:2716:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2717- ac_cache_corrupted=: ;; ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2725- # differences in whitespace do not lead to failure. postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:2726: ac_old_val_w=`echo x $ac_old_val` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:2727: ac_new_val_w=`echo x $ac_new_val` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2728- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2745- case $ac_new_val in postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:2746: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2747- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2812- postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:2813:PG_MAJORVERSION=`expr "$PACKAGE_VERSION" : '\([0-9][0-9]*\)'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:2814:PG_MINORVERSION=`expr "$PACKAGE_VERSION" : '.*\.\([0-9][0-9]*\)'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2815-test -n "$PG_MINORVERSION" || PG_MINORVERSION=0 ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2872-test "x$ac_build_alias" = x && postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:2873: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2874-test "x$ac_build_alias" = x && postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2875- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:2876:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2877- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2896-IFS=$ac_save_IFS postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:2897:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2898- ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2907-else postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:2908: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2909- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2929-IFS=$ac_save_IFS postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:2930:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-2931- ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-3210- as_fn_error $? "invalid --with-pgport specification: empty string" "$LINENO" 5 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:3211:elif test ! x`echo "$default_port" | sed -e 's/[0-9]*//'` = x""; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-3212- as_fn_error $? "invalid --with-pgport specification: must be a number" "$LINENO" 5 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:3213:elif test ! x`echo "$default_port" | sed -e 's/^0.//'` = x"$default_port"; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-3214- as_fn_error $? "invalid --with-pgport specification: must not have leading 0" "$LINENO" 5 ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-3742-# blocksize is already guaranteed to be a factor of 1024 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:3743:RELSEG_SIZE=`expr '(' 1024 / ${blocksize} ')' '*' ${segsize} '*' 1024` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-3744-test $? -eq 0 || exit 1 ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-3988-$as_echo_n "checking whether the C compiler works... " >&6; } postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:3989:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-3990- ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-4032- then :; else postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:4033: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-4034- fi ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-4092- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:4093: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-4094- break;; ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-4201- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:4202: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-4203- break;; ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-5140- # shared library. postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:5141: for pgac_option in `$LLVM_CONFIG --cppflags`; do postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-5142- case $pgac_option in ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-5146- postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:5147: for pgac_option in `$LLVM_CONFIG --ldflags`; do postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-5148- case $pgac_option in ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-5153- # ABI influencing options, standard influencing options postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:5154: for pgac_option in `$LLVM_CONFIG --cxxflags`; do postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-5155- case $pgac_option in ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-5164- pgac_components=''; postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:5165: for pgac_component in `$LLVM_CONFIG --components`; do postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-5166- case $pgac_component in ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-5177- # link them into the LLVM using shared library. postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:5178: for pgac_option in `$LLVM_CONFIG --libs --system-libs $pgac_components`; do postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-5179- case $pgac_option in ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-5183- postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:5184: LLVM_BINPATH=`$LLVM_CONFIG --bindir` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-5185- ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-7556- test $ac_status = 0; }; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:7557: pkg_cv_ICU_CFLAGS=`$PKG_CONFIG --cflags "icu-uc icu-i18n" 2>/dev/null` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-7558- test "x$?" != "x0" && pkg_failed=yes ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-7573- test $ac_status = 0; }; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:7574: pkg_cv_ICU_LIBS=`$PKG_CONFIG --libs "icu-uc icu-i18n" 2>/dev/null` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-7575- test "x$?" != "x0" && pkg_failed=yes ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-7594- if test $_pkg_short_errors_supported = yes; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:7595: ICU_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "icu-uc icu-i18n" 2>&1` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-7596- else postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:7597: ICU_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "icu-uc icu-i18n" 2>&1` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-7598- fi ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-8286- test $ac_status = 0; }; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:8287: pkg_cv_XML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= 2.6.23" 2>/dev/null` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-8288- test "x$?" != "x0" && pkg_failed=yes ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-8303- test $ac_status = 0; }; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:8304: pkg_cv_XML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.6.23" 2>/dev/null` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-8305- test "x$?" != "x0" && pkg_failed=yes ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-8324- if test $_pkg_short_errors_supported = yes; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:8325: XML2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= 2.6.23" 2>&1` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-8326- else postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:8327: XML2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= 2.6.23" 2>&1` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-8328- fi ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-8400- if test -n "$XML2_CONFIG"; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:8401: XML2_CFLAGS=`$XML2_CONFIG --cflags` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:8402: XML2_LIBS=`$XML2_CONFIG --libs` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-8403- fi ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-8532- # gcc leaves a trailing carriage return which upsets mingw postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:8533: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-8534- *) postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:8535: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-8536- esac ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-8541- # Canonicalize the path of ld postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:8542: ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-8543- while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:8544: ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-8545- done ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9381- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9382: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9383- 'mkdir (GNU coreutils) '* | \ ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9472-if test "$BISON"; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9473: pgac_bison_version=`$BISON --version 2>/dev/null | sed q` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9474- { $as_echo "$as_me:${as_lineno-$LINENO}: using $pgac_bison_version" >&5 ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9534- if $pgac_candidate -t conftest.l 2>/dev/null | grep FLEX_SCANNER >/dev/null 2>&1; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9535: pgac_flex_version=`$pgac_candidate --version 2>/dev/null` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9536- if echo "$pgac_flex_version" | sed 's/[.a-z]/ /g' | $AWK '{ if ($1 == 2 && ($2 > 5 || ($2 == 5 && $3 >= 31))) exit 0; else exit 1;}' ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9575- FLEX=$pgac_cv_path_flex postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9576: pgac_flex_version=`$FLEX --version 2>/dev/null` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9577- { $as_echo "$as_me:${as_lineno-$LINENO}: using $pgac_flex_version" >&5 ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9640-if test "$PERL"; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9641: pgac_perl_version=`$PERL -v 2>/dev/null | sed -n 's/This is perl.*v[a-z ]*\([0-9]\.[0-9][0-9.]*\).*$/\1/p'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9642- { $as_echo "$as_me:${as_lineno-$LINENO}: using perl $pgac_perl_version" >&5 ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9676-$as_echo_n "checking for Perl archlibexp... " >&6; } postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9677:perl_archlibexp=`$PERL -MConfig -e 'print $Config{archlibexp}'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9678:test "$PORTNAME" = "win32" && perl_archlibexp=`echo $perl_archlibexp | sed 's,\\\\,/,g'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9679-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $perl_archlibexp" >&5 ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9682-$as_echo_n "checking for Perl privlibexp... " >&6; } postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9683:perl_privlibexp=`$PERL -MConfig -e 'print $Config{privlibexp}'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9684:test "$PORTNAME" = "win32" && perl_privlibexp=`echo $perl_privlibexp | sed 's,\\\\,/,g'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9685-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $perl_privlibexp" >&5 ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9688-$as_echo_n "checking for Perl useshrplib... " >&6; } postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9689:perl_useshrplib=`$PERL -MConfig -e 'print $Config{useshrplib}'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9690:test "$PORTNAME" = "win32" && perl_useshrplib=`echo $perl_useshrplib | sed 's,\\\\,/,g'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9691-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $perl_useshrplib" >&5 ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9710-$as_echo_n "checking for CFLAGS recommended by Perl... " >&6; } postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9711:perl_ccflags=`$PERL -MConfig -e 'print $Config{ccflags}'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9712-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $perl_ccflags" >&5 ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9715-$as_echo_n "checking for CFLAGS to compile embedded Perl... " >&6; } postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9716:perl_embed_ccflags=`$PERL -MConfig -e 'foreach $f (split(" ",$Config{ccflags})) {print $f, " " if ($f =~ /^-D[^_]/ || $f =~ /^-D_USE_32BIT_TIME_T/)}'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9717-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $perl_embed_ccflags" >&5 ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9723-if test "$PORTNAME" = "win32" ; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9724: perl_lib=`basename $perl_archlibexp/CORE/perl[5-9]*.lib .lib` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9725- if test -e "$perl_archlibexp/CORE/$perl_lib.lib"; then ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9727- else postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9728: perl_lib=`basename $perl_archlibexp/CORE/libperl[5-9]*.a .a | sed 's/^lib//'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9729- if test -e "$perl_archlibexp/CORE/lib$perl_lib.a"; then ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9733-else postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9734: pgac_tmp1=`$PERL -MExtUtils::Embed -e ldopts` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9735: pgac_tmp2=`$PERL -MConfig -e 'print $Config{ccdlflags}'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9736: perl_embed_ldflags=`echo X"$pgac_tmp1" | sed -e "s/^X//" -e "s%$pgac_tmp2%%" -e "s/ -arch [-a-zA-Z0-9_]*//g"` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9737-fi ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9810- postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9811:python_fullversion=`${PYTHON} -c "import sys; print(sys.version)" | sed q` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9812-{ $as_echo "$as_me:${as_lineno-$LINENO}: using python $python_fullversion" >&5 ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9814-# python_fullversion is typically n.n.n plus some trailing junk postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9815:python_majorversion=`echo "$python_fullversion" | sed 's/^\([0-9]*\).*/\1/'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9816:python_minorversion=`echo "$python_fullversion" | sed 's/^[0-9]*\.\([0-9]*\).*/\1/'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9817:python_version=`echo "$python_fullversion" | sed 's/^\([0-9]*\.[0-9]*\).*/\1/'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9818-# Reject unsupported Python versions as soon as practical. ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9836-$as_echo_n "checking Python configuration directory... " >&6; } postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9837:python_configdir=`${PYTHON} -c "import distutils.sysconfig; print(' '.join(filter(None,distutils.sysconfig.get_config_vars('LIBPL'))))"` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9838-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_configdir" >&5 ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9851-if test "$PORTNAME" = win32 ; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9852: python_includespec=`echo $python_includespec | sed 's,[\],/,g'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9853-fi ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9861- postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9862:python_libdir=`${PYTHON} -c "import distutils.sysconfig; print(' '.join(filter(None,distutils.sysconfig.get_config_vars('LIBDIR'))))"` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9863:python_ldlibrary=`${PYTHON} -c "import distutils.sysconfig; print(' '.join(filter(None,distutils.sysconfig.get_config_vars('LDLIBRARY'))))"` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9864- postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9865-# If LDLIBRARY exists and has a shlib extension, use it verbatim. postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9866:ldlibrary=`echo "${python_ldlibrary}" | sed -e 's/\.so$//' -e 's/\.dll$//' -e 's/\.dylib$//' -e 's/\.sl$//'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9867-if test -e "${python_libdir}/${python_ldlibrary}" -a x"${python_ldlibrary}" != x"${ldlibrary}" postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9868-then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9869: ldlibrary=`echo "${ldlibrary}" | sed "s/^lib//"` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9870- found_shlib=1 ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9874- # or failing that, $python_version from _PGAC_CHECK_PYTHON_DIRS. postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9875: python_ldversion=`${PYTHON} -c "import distutils.sysconfig; print(' '.join(filter(None,distutils.sysconfig.get_config_vars('LDVERSION'))))"` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9876- if test x"${python_ldversion}" != x""; then ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9878- else postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9879: python_version_var=`${PYTHON} -c "import distutils.sysconfig; print(' '.join(filter(None,distutils.sysconfig.get_config_vars('VERSION'))))"` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9880- if test x"${python_version_var}" != x""; then ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9938- postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:9939:python_additional_libs=`${PYTHON} -c "import distutils.sysconfig; print(' '.join(filter(None,distutils.sysconfig.get_config_vars('LIBS','LIBC','LIBM','BASEMODLIBS'))))"` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-9940- ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-10048- # Check for GNU $ac_path_SED postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:10049:case `"$ac_path_SED" --version 2>&1` in postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-10050-*GNU*) ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-10112- # Check for GNU $ac_path_GREP postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:10113:case `"$ac_path_GREP" --version 2>&1` in postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-10114-*GNU*) ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-10178- # Check for GNU $ac_path_EGREP postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:10179:case `"$ac_path_EGREP" --version 2>&1` in postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-10180-*GNU*) ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-10339-do : postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:10340: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-10341-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-10344- cat >>confdefs.h <<_ACEOF postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:10345:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-10346-_ACEOF ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-10621- ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g' postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:10622: ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-10623- ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)" ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-11019-do : postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:11020: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-11021-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-11023- cat >>confdefs.h <<_ACEOF postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:11024:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-11025-_ACEOF ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-12317-do : postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:12318: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-12319-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-12321- cat >>confdefs.h <<_ACEOF postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:12322:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-12323-_ACEOF ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-12964-do : postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:12965: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-12966-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-12968- cat >>confdefs.h <<_ACEOF postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:12969:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-12970-_ACEOF ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-15054-LIBS_including_readline="$LIBS" postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:15055:LIBS=`echo "$LIBS" | sed -e 's/-ledit//g' -e 's/-lreadline//g'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-15056- ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-15058-do : postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:15059: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-15060-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-15062- cat >>confdefs.h <<_ACEOF postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:15063:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-15064-_ACEOF ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-16156-do : postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:16157: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-16158-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-16160- cat >>confdefs.h <<_ACEOF postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:16161:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-16162-_ACEOF ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-16168-do : postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:16169: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-16170-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-16172- cat >>confdefs.h <<_ACEOF postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:16173:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-16174-_ACEOF ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-16448-do : postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:16449: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-16450-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-16452- cat >>confdefs.h <<_ACEOF postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:16453:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-16454-_ACEOF ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-16460-do : postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:16461: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-16462-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-16464- cat >>confdefs.h <<_ACEOF postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:16465:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-16466-_ACEOF ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-18343- test -z "$TCLSH" && as_fn_error $? "unable to locate tclConfig.sh because no Tcl shell was found" "$LINENO" 5 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:18344: pgac_test_dirs=`echo 'puts $auto_path' | $TCLSH` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-18345- # On newer macOS, $auto_path frequently doesn't include the place ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19061-if test x"$GCC" = x"yes" ; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19062: cc_string=`${CC} --version | sed q` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19063- case $cc_string in [A-Za-z]*) ;; *) cc_string="GCC $cc_string";; esac postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19064-elif test x"$SUN_STUDIO_CC" = x"yes" ; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19065: cc_string=`${CC} -V 2>&1 | sed q` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19066-else ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19071-cat >>confdefs.h <<_ACEOF postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19072:#define PG_VERSION_STR "PostgreSQL $PG_VERSION on $host, compiled by $cc_string, `expr $ac_cv_sizeof_void_p \* 8`-bit" postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19073-_ACEOF ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19091-if test x"$PG_SYSROOT" != x; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19092: CPPFLAGS=`echo "$CPPFLAGS" | sed -e "s| $PG_SYSROOT | \\\$(PG_SYSROOT) |"` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19093-fi ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19124-# a symlink-free name. postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19125:if ( test "$srcdir" -ef . ) >/dev/null 2>&1 || test "`cd $srcdir && /bin/pwd`" = "`/bin/pwd`"; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19126- vpath_build=no ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19130- $as_echo_n "preparing build tree... " >&6 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19131: pgac_abs_top_srcdir=`cd "$srcdir" && pwd` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19132- $SHELL "$ac_aux_dir/prep_buildtree" "$pgac_abs_top_srcdir" "." \ ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19258- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19259: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19260- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19326-if test -z "$BASH_VERSION$ZSH_VERSION" \ postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19327: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19328- as_echo='print -r --' postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19329- as_echo_n='print -rn --' postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19330:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19331- as_echo='printf %s\n' ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19333-else postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19334: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19335- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19343- expr "X$arg" : "X\\(.*\\)$as_nl"; postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19344: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19345- esac; ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19420-# ---------------------------------------- postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19421:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19422-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19492- { postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19493: as_val=`expr "$@" || test $? -eq 1` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19494- } ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19596- case $as_dir in #( postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19597: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19598- *) as_qdir=$as_dir;; ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19736-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19737:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19738-ac_cs_version="\\ ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19761- --*=?*) postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19762: ac_option=`expr "X$1" : 'X\([^=]*\)='` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19763: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19764- ac_shift=: ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19766- --*=) postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19767: ac_option=`expr "X$1" : 'X\([^=]*\)='` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19768- ac_optarg= ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19790- case $ac_optarg in postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19791: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19792- '') as_fn_error $? "missing file argument" ;; ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19798- case $ac_optarg in postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19799: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19800- esac ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19930-fi postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19931:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19932-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19947- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19948:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19949-ac_delim='%!_!# ' ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19953- postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:19954: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-19955- if test $ac_delim_n = $ac_delim_num; then ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-20091-for ac_last_try in false false :; do postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:20092: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-20093- if test -z "$ac_tt"; then ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-20223- esac postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:20224: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-20225- as_fn_append ac_file_inputs " '$ac_f'" ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-20282-*) postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:20283: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-20284- # A ".." for each directory in $ac_dir_suffix. postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:20285: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-20286- case $ac_top_builddir_sub in ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-20343-/@mandir@/p' postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:20344:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-20345-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-20360- postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:20361:# Neutralize VPATH when `$srcdir' = `.'. postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-20362-# Shell code in configure.ac might set extrasub. ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-20388-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:20389: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-20390- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-20472- # test -e works for symlinks in the MinGW console postgresql-13-13.1/.pc/filter-debug-prefix-map/configure:20473: test -e `expr "$FILE" : '\([^:]*\)'` || { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** link for $FILE -- please fix by hand" >&5 postgresql-13-13.1/.pc/filter-debug-prefix-map/configure-20474-$as_echo "$as_me: WARNING: *** link for $FILE -- please fix by hand" >&2;} ############################################## postgresql-13-13.1/.pc/libpgport-pkglibdir/src/Makefile.global.in-76- postgresql-13-13.1/.pc/libpgport-pkglibdir/src/Makefile.global.in:77:vpathsearch = `for f in $(addsuffix /$(1),$(subst :, ,. $(VPATH))); do test -r $$f && echo $$f && break; done` postgresql-13-13.1/.pc/libpgport-pkglibdir/src/Makefile.global.in-78- ############################################## postgresql-13-13.1/configure.in-32- postgresql-13-13.1/configure.in:33:[PG_MAJORVERSION=`expr "$PACKAGE_VERSION" : '\([0-9][0-9]*\)'`] postgresql-13-13.1/configure.in:34:[PG_MINORVERSION=`expr "$PACKAGE_VERSION" : '.*\.\([0-9][0-9]*\)'`] postgresql-13-13.1/configure.in-35-test -n "$PG_MINORVERSION" || PG_MINORVERSION=0 ############################################## postgresql-13-13.1/configure.in-173- AC_MSG_ERROR([invalid --with-pgport specification: empty string]) postgresql-13-13.1/configure.in:174:elif test ! x`echo "$default_port" | sed -e 's/[[0-9]]*//'` = x""; then postgresql-13-13.1/configure.in-175- AC_MSG_ERROR([invalid --with-pgport specification: must be a number]) postgresql-13-13.1/configure.in:176:elif test ! x`echo "$default_port" | sed -e 's/^0.//'` = x"$default_port"; then postgresql-13-13.1/configure.in-177- AC_MSG_ERROR([invalid --with-pgport specification: must not have leading 0]) ############################################## postgresql-13-13.1/configure.in-292-# blocksize is already guaranteed to be a factor of 1024 postgresql-13-13.1/configure.in:293:RELSEG_SIZE=`expr '(' 1024 / ${blocksize} ')' '*' ${segsize} '*' 1024` postgresql-13-13.1/configure.in-294-test $? -eq 0 || exit 1 ############################################## postgresql-13-13.1/configure.in-954- if test -n "$XML2_CONFIG"; then postgresql-13-13.1/configure.in:955: XML2_CFLAGS=`$XML2_CONFIG --cflags` postgresql-13-13.1/configure.in:956: XML2_LIBS=`$XML2_CONFIG --libs` postgresql-13-13.1/configure.in-957- fi ############################################## postgresql-13-13.1/configure.in-1637-LIBS_including_readline="$LIBS" postgresql-13-13.1/configure.in:1638:LIBS=`echo "$LIBS" | sed -e 's/-ledit//g' -e 's/-lreadline//g'` postgresql-13-13.1/configure.in-1639- ############################################## postgresql-13-13.1/configure.in-2331-if test x"$GCC" = x"yes" ; then postgresql-13-13.1/configure.in:2332: cc_string=`${CC} --version | sed q` postgresql-13-13.1/configure.in-2333- case $cc_string in [[A-Za-z]]*) ;; *) cc_string="GCC $cc_string";; esac postgresql-13-13.1/configure.in-2334-elif test x"$SUN_STUDIO_CC" = x"yes" ; then postgresql-13-13.1/configure.in:2335: cc_string=`${CC} -V 2>&1 | sed q` postgresql-13-13.1/configure.in-2336-else ############################################## postgresql-13-13.1/configure.in-2340-AC_DEFINE_UNQUOTED(PG_VERSION_STR, postgresql-13-13.1/configure.in:2341: ["PostgreSQL $PG_VERSION on $host, compiled by $cc_string, `expr $ac_cv_sizeof_void_p \* 8`-bit"], postgresql-13-13.1/configure.in-2342- [A string containing the version number, platform, and C compiler]) ############################################## postgresql-13-13.1/configure.in-2355-if test x"$PG_SYSROOT" != x; then postgresql-13-13.1/configure.in:2356: CPPFLAGS=`echo "$CPPFLAGS" | sed -e "s| $PG_SYSROOT | \\\$(PG_SYSROOT) |"` postgresql-13-13.1/configure.in-2357-fi ############################################## postgresql-13-13.1/configure.in-2379-# a symlink-free name. postgresql-13-13.1/configure.in:2380:if ( test "$srcdir" -ef . ) >/dev/null 2>&1 || test "`cd $srcdir && /bin/pwd`" = "`/bin/pwd`"; then postgresql-13-13.1/configure.in-2381- vpath_build=no ############################################## postgresql-13-13.1/configure.in-2385- _AS_ECHO_N([preparing build tree... ]) postgresql-13-13.1/configure.in:2386: pgac_abs_top_srcdir=`cd "$srcdir" && pwd` postgresql-13-13.1/configure.in-2387- $SHELL "$ac_aux_dir/prep_buildtree" "$pgac_abs_top_srcdir" "." \ ############################################## postgresql-13-13.1/configure.in-2410- # test -e works for symlinks in the MinGW console postgresql-13-13.1/configure.in:2411: test -e `expr "$FILE" : '\([[^:]]*\)'` || AC_MSG_WARN([*** link for $FILE -- please fix by hand]) postgresql-13-13.1/configure.in-2412- done ############################################## postgresql-13-13.1/configure-47-if test -z "$BASH_VERSION$ZSH_VERSION" \ postgresql-13-13.1/configure:48: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then postgresql-13-13.1/configure-49- as_echo='print -r --' postgresql-13-13.1/configure-50- as_echo_n='print -rn --' postgresql-13-13.1/configure:51:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then postgresql-13-13.1/configure-52- as_echo='printf %s\n' ############################################## postgresql-13-13.1/configure-54-else postgresql-13-13.1/configure:55: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then postgresql-13-13.1/configure-56- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## postgresql-13-13.1/configure-64- expr "X$arg" : "X\\(.*\\)$as_nl"; postgresql-13-13.1/configure:65: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; postgresql-13-13.1/configure-66- esac; ############################################## postgresql-13-13.1/configure-201- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && postgresql-13-13.1/configure:202: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 postgresql-13-13.1/configure-203-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## postgresql-13-13.1/configure-329- case $as_dir in #( postgresql-13-13.1/configure:330: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( postgresql-13-13.1/configure-331- *) as_qdir=$as_dir;; ############################################## postgresql-13-13.1/configure-402- { postgresql-13-13.1/configure:403: as_val=`expr "$@" || test $? -eq 1` postgresql-13-13.1/configure-404- } ############################################## postgresql-13-13.1/configure-409-# ---------------------------------------- postgresql-13-13.1/configure:410:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are postgresql-13-13.1/configure-411-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## postgresql-13-13.1/configure-472- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && postgresql-13-13.1/configure:473: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { postgresql-13-13.1/configure-474- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## postgresql-13-13.1/configure-961- case $ac_option in postgresql-13-13.1/configure:962: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; postgresql-13-13.1/configure-963- *=) ac_optarg= ;; ############################################## postgresql-13-13.1/configure-1005- -disable-* | --disable-*) postgresql-13-13.1/configure:1006: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` postgresql-13-13.1/configure-1007- # Reject names that are not valid shell variable names. ############################################## postgresql-13-13.1/configure-1010- ac_useropt_orig=$ac_useropt postgresql-13-13.1/configure:1011: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` postgresql-13-13.1/configure-1012- case $ac_user_opts in ############################################## postgresql-13-13.1/configure-1031- -enable-* | --enable-*) postgresql-13-13.1/configure:1032: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` postgresql-13-13.1/configure-1033- # Reject names that are not valid shell variable names. ############################################## postgresql-13-13.1/configure-1036- ac_useropt_orig=$ac_useropt postgresql-13-13.1/configure:1037: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` postgresql-13-13.1/configure-1038- case $ac_user_opts in ############################################## postgresql-13-13.1/configure-1235- -with-* | --with-*) postgresql-13-13.1/configure:1236: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` postgresql-13-13.1/configure-1237- # Reject names that are not valid shell variable names. ############################################## postgresql-13-13.1/configure-1240- ac_useropt_orig=$ac_useropt postgresql-13-13.1/configure:1241: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` postgresql-13-13.1/configure-1242- case $ac_user_opts in ############################################## postgresql-13-13.1/configure-1251- -without-* | --without-*) postgresql-13-13.1/configure:1252: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` postgresql-13-13.1/configure-1253- # Reject names that are not valid shell variable names. ############################################## postgresql-13-13.1/configure-1256- ac_useropt_orig=$ac_useropt postgresql-13-13.1/configure:1257: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` postgresql-13-13.1/configure-1258- case $ac_user_opts in ############################################## postgresql-13-13.1/configure-1289- *=*) postgresql-13-13.1/configure:1290: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` postgresql-13-13.1/configure-1291- # Reject names that are not valid shell variable names. ############################################## postgresql-13-13.1/configure-1310-if test -n "$ac_prev"; then postgresql-13-13.1/configure:1311: ac_option=--`echo $ac_prev | sed 's/_/-/g'` postgresql-13-13.1/configure-1312- as_fn_error $? "missing argument to $ac_option" ############################################## postgresql-13-13.1/configure-1332- */ ) postgresql-13-13.1/configure:1333: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` postgresql-13-13.1/configure-1334- eval $ac_var=\$ac_val;; ############################################## postgresql-13-13.1/configure-1367-ac_ls_di=`ls -di .` && postgresql-13-13.1/configure:1368:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || postgresql-13-13.1/configure-1369- as_fn_error $? "working directory cannot be determined" ############################################## postgresql-13-13.1/configure-1423-case $srcdir in postgresql-13-13.1/configure:1424:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; postgresql-13-13.1/configure-1425-esac ############################################## postgresql-13-13.1/configure-1466-By default, \`make install' will install all the files in postgresql-13-13.1/configure:1467:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify postgresql-13-13.1/configure:1468:an installation prefix other than \`$ac_default_prefix' using \`--prefix', postgresql-13-13.1/configure-1469-for instance \`--prefix=\$HOME'. ############################################## postgresql-13-13.1/configure-1624-*) postgresql-13-13.1/configure:1625: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` postgresql-13-13.1/configure-1626- # A ".." for each directory in $ac_dir_suffix. postgresql-13-13.1/configure:1627: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` postgresql-13-13.1/configure-1628- case $ac_top_builddir_sub in ############################################## postgresql-13-13.1/configure-2379- # Initialize each $ac_[]_AC_LANG_ABBREV[]_decl_warn_flag once. postgresql-13-13.1/configure:2380: as_decl_name=`echo $2|sed 's/ *(.*//'` postgresql-13-13.1/configure:2381: as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` postgresql-13-13.1/configure-2382- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 ############################################## postgresql-13-13.1/configure-2496- *\'*) postgresql-13-13.1/configure:2497: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; postgresql-13-13.1/configure-2498- esac ############################################## postgresql-13-13.1/configure-2579- case $ac_val in postgresql-13-13.1/configure:2580: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; postgresql-13-13.1/configure-2581- esac ############################################## postgresql-13-13.1/configure-2594- case $ac_val in postgresql-13-13.1/configure:2595: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; postgresql-13-13.1/configure-2596- esac ############################################## postgresql-13-13.1/configure-2714- set,) postgresql-13-13.1/configure:2715: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 postgresql-13-13.1/configure:2716:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} postgresql-13-13.1/configure-2717- ac_cache_corrupted=: ;; ############################################## postgresql-13-13.1/configure-2725- # differences in whitespace do not lead to failure. postgresql-13-13.1/configure:2726: ac_old_val_w=`echo x $ac_old_val` postgresql-13-13.1/configure:2727: ac_new_val_w=`echo x $ac_new_val` postgresql-13-13.1/configure-2728- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## postgresql-13-13.1/configure-2745- case $ac_new_val in postgresql-13-13.1/configure:2746: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; postgresql-13-13.1/configure-2747- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## postgresql-13-13.1/configure-2813- postgresql-13-13.1/configure:2814:PG_MAJORVERSION=`expr "$PACKAGE_VERSION" : '\([0-9][0-9]*\)'` postgresql-13-13.1/configure:2815:PG_MINORVERSION=`expr "$PACKAGE_VERSION" : '.*\.\([0-9][0-9]*\)'` postgresql-13-13.1/configure-2816-test -n "$PG_MINORVERSION" || PG_MINORVERSION=0 ############################################## postgresql-13-13.1/configure-2873-test "x$ac_build_alias" = x && postgresql-13-13.1/configure:2874: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` postgresql-13-13.1/configure-2875-test "x$ac_build_alias" = x && postgresql-13-13.1/configure-2876- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 postgresql-13-13.1/configure:2877:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || postgresql-13-13.1/configure-2878- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## postgresql-13-13.1/configure-2897-IFS=$ac_save_IFS postgresql-13-13.1/configure:2898:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac postgresql-13-13.1/configure-2899- ############################################## postgresql-13-13.1/configure-2908-else postgresql-13-13.1/configure:2909: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || postgresql-13-13.1/configure-2910- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## postgresql-13-13.1/configure-2930-IFS=$ac_save_IFS postgresql-13-13.1/configure:2931:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac postgresql-13-13.1/configure-2932- ############################################## postgresql-13-13.1/configure-3211- as_fn_error $? "invalid --with-pgport specification: empty string" "$LINENO" 5 postgresql-13-13.1/configure:3212:elif test ! x`echo "$default_port" | sed -e 's/[0-9]*//'` = x""; then postgresql-13-13.1/configure-3213- as_fn_error $? "invalid --with-pgport specification: must be a number" "$LINENO" 5 postgresql-13-13.1/configure:3214:elif test ! x`echo "$default_port" | sed -e 's/^0.//'` = x"$default_port"; then postgresql-13-13.1/configure-3215- as_fn_error $? "invalid --with-pgport specification: must not have leading 0" "$LINENO" 5 ############################################## postgresql-13-13.1/configure-3743-# blocksize is already guaranteed to be a factor of 1024 postgresql-13-13.1/configure:3744:RELSEG_SIZE=`expr '(' 1024 / ${blocksize} ')' '*' ${segsize} '*' 1024` postgresql-13-13.1/configure-3745-test $? -eq 0 || exit 1 ############################################## postgresql-13-13.1/configure-3989-$as_echo_n "checking whether the C compiler works... " >&6; } postgresql-13-13.1/configure:3990:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` postgresql-13-13.1/configure-3991- ############################################## postgresql-13-13.1/configure-4033- then :; else postgresql-13-13.1/configure:4034: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` postgresql-13-13.1/configure-4035- fi ############################################## postgresql-13-13.1/configure-4093- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; postgresql-13-13.1/configure:4094: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` postgresql-13-13.1/configure-4095- break;; ############################################## postgresql-13-13.1/configure-4202- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; postgresql-13-13.1/configure:4203: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` postgresql-13-13.1/configure-4204- break;; ############################################## postgresql-13-13.1/configure-5141- # shared library. postgresql-13-13.1/configure:5142: for pgac_option in `$LLVM_CONFIG --cppflags`; do postgresql-13-13.1/configure-5143- case $pgac_option in ############################################## postgresql-13-13.1/configure-5147- postgresql-13-13.1/configure:5148: for pgac_option in `$LLVM_CONFIG --ldflags`; do postgresql-13-13.1/configure-5149- case $pgac_option in ############################################## postgresql-13-13.1/configure-5154- # ABI influencing options, standard influencing options postgresql-13-13.1/configure:5155: for pgac_option in `$LLVM_CONFIG --cxxflags`; do postgresql-13-13.1/configure-5156- case $pgac_option in ############################################## postgresql-13-13.1/configure-5165- pgac_components=''; postgresql-13-13.1/configure:5166: for pgac_component in `$LLVM_CONFIG --components`; do postgresql-13-13.1/configure-5167- case $pgac_component in ############################################## postgresql-13-13.1/configure-5178- # link them into the LLVM using shared library. postgresql-13-13.1/configure:5179: for pgac_option in `$LLVM_CONFIG --libs --system-libs $pgac_components`; do postgresql-13-13.1/configure-5180- case $pgac_option in ############################################## postgresql-13-13.1/configure-5184- postgresql-13-13.1/configure:5185: LLVM_BINPATH=`$LLVM_CONFIG --bindir` postgresql-13-13.1/configure-5186- ############################################## postgresql-13-13.1/configure-7557- test $ac_status = 0; }; then postgresql-13-13.1/configure:7558: pkg_cv_ICU_CFLAGS=`$PKG_CONFIG --cflags "icu-uc icu-i18n" 2>/dev/null` postgresql-13-13.1/configure-7559- test "x$?" != "x0" && pkg_failed=yes ############################################## postgresql-13-13.1/configure-7574- test $ac_status = 0; }; then postgresql-13-13.1/configure:7575: pkg_cv_ICU_LIBS=`$PKG_CONFIG --libs "icu-uc icu-i18n" 2>/dev/null` postgresql-13-13.1/configure-7576- test "x$?" != "x0" && pkg_failed=yes ############################################## postgresql-13-13.1/configure-7595- if test $_pkg_short_errors_supported = yes; then postgresql-13-13.1/configure:7596: ICU_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "icu-uc icu-i18n" 2>&1` postgresql-13-13.1/configure-7597- else postgresql-13-13.1/configure:7598: ICU_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "icu-uc icu-i18n" 2>&1` postgresql-13-13.1/configure-7599- fi ############################################## postgresql-13-13.1/configure-8287- test $ac_status = 0; }; then postgresql-13-13.1/configure:8288: pkg_cv_XML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= 2.6.23" 2>/dev/null` postgresql-13-13.1/configure-8289- test "x$?" != "x0" && pkg_failed=yes ############################################## postgresql-13-13.1/configure-8304- test $ac_status = 0; }; then postgresql-13-13.1/configure:8305: pkg_cv_XML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.6.23" 2>/dev/null` postgresql-13-13.1/configure-8306- test "x$?" != "x0" && pkg_failed=yes ############################################## postgresql-13-13.1/configure-8325- if test $_pkg_short_errors_supported = yes; then postgresql-13-13.1/configure:8326: XML2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= 2.6.23" 2>&1` postgresql-13-13.1/configure-8327- else postgresql-13-13.1/configure:8328: XML2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= 2.6.23" 2>&1` postgresql-13-13.1/configure-8329- fi ############################################## postgresql-13-13.1/configure-8401- if test -n "$XML2_CONFIG"; then postgresql-13-13.1/configure:8402: XML2_CFLAGS=`$XML2_CONFIG --cflags` postgresql-13-13.1/configure:8403: XML2_LIBS=`$XML2_CONFIG --libs` postgresql-13-13.1/configure-8404- fi ############################################## postgresql-13-13.1/configure-8533- # gcc leaves a trailing carriage return which upsets mingw postgresql-13-13.1/configure:8534: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; postgresql-13-13.1/configure-8535- *) postgresql-13-13.1/configure:8536: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; postgresql-13-13.1/configure-8537- esac ############################################## postgresql-13-13.1/configure-8542- # Canonicalize the path of ld postgresql-13-13.1/configure:8543: ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` postgresql-13-13.1/configure-8544- while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do postgresql-13-13.1/configure:8545: ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` postgresql-13-13.1/configure-8546- done ############################################## postgresql-13-13.1/configure-9382- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue postgresql-13-13.1/configure:9383: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( postgresql-13-13.1/configure-9384- 'mkdir (GNU coreutils) '* | \ ############################################## postgresql-13-13.1/configure-9473-if test "$BISON"; then postgresql-13-13.1/configure:9474: pgac_bison_version=`$BISON --version 2>/dev/null | sed q` postgresql-13-13.1/configure-9475- { $as_echo "$as_me:${as_lineno-$LINENO}: using $pgac_bison_version" >&5 ############################################## postgresql-13-13.1/configure-9535- if $pgac_candidate -t conftest.l 2>/dev/null | grep FLEX_SCANNER >/dev/null 2>&1; then postgresql-13-13.1/configure:9536: pgac_flex_version=`$pgac_candidate --version 2>/dev/null` postgresql-13-13.1/configure-9537- if echo "$pgac_flex_version" | sed 's/[.a-z]/ /g' | $AWK '{ if ($1 == 2 && ($2 > 5 || ($2 == 5 && $3 >= 31))) exit 0; else exit 1;}' ############################################## postgresql-13-13.1/configure-9576- FLEX=$pgac_cv_path_flex postgresql-13-13.1/configure:9577: pgac_flex_version=`$FLEX --version 2>/dev/null` postgresql-13-13.1/configure-9578- { $as_echo "$as_me:${as_lineno-$LINENO}: using $pgac_flex_version" >&5 ############################################## postgresql-13-13.1/configure-9641-if test "$PERL"; then postgresql-13-13.1/configure:9642: pgac_perl_version=`$PERL -v 2>/dev/null | sed -n 's/This is perl.*v[a-z ]*\([0-9]\.[0-9][0-9.]*\).*$/\1/p'` postgresql-13-13.1/configure-9643- { $as_echo "$as_me:${as_lineno-$LINENO}: using perl $pgac_perl_version" >&5 ############################################## postgresql-13-13.1/configure-9677-$as_echo_n "checking for Perl archlibexp... " >&6; } postgresql-13-13.1/configure:9678:perl_archlibexp=`$PERL -MConfig -e 'print $Config{archlibexp}'` postgresql-13-13.1/configure:9679:test "$PORTNAME" = "win32" && perl_archlibexp=`echo $perl_archlibexp | sed 's,\\\\,/,g'` postgresql-13-13.1/configure-9680-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $perl_archlibexp" >&5 ############################################## postgresql-13-13.1/configure-9683-$as_echo_n "checking for Perl privlibexp... " >&6; } postgresql-13-13.1/configure:9684:perl_privlibexp=`$PERL -MConfig -e 'print $Config{privlibexp}'` postgresql-13-13.1/configure:9685:test "$PORTNAME" = "win32" && perl_privlibexp=`echo $perl_privlibexp | sed 's,\\\\,/,g'` postgresql-13-13.1/configure-9686-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $perl_privlibexp" >&5 ############################################## postgresql-13-13.1/configure-9689-$as_echo_n "checking for Perl useshrplib... " >&6; } postgresql-13-13.1/configure:9690:perl_useshrplib=`$PERL -MConfig -e 'print $Config{useshrplib}'` postgresql-13-13.1/configure:9691:test "$PORTNAME" = "win32" && perl_useshrplib=`echo $perl_useshrplib | sed 's,\\\\,/,g'` postgresql-13-13.1/configure-9692-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $perl_useshrplib" >&5 ############################################## postgresql-13-13.1/configure-9711-$as_echo_n "checking for CFLAGS recommended by Perl... " >&6; } postgresql-13-13.1/configure:9712:perl_ccflags=`$PERL -MConfig -e 'print $Config{ccflags}'` postgresql-13-13.1/configure-9713-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $perl_ccflags" >&5 ############################################## postgresql-13-13.1/configure-9716-$as_echo_n "checking for CFLAGS to compile embedded Perl... " >&6; } postgresql-13-13.1/configure:9717:perl_embed_ccflags=`$PERL -MConfig -e 'foreach $f (split(" ",$Config{ccflags})) {print $f, " " if ($f =~ /^-D[^_]/ || $f =~ /^-D_USE_32BIT_TIME_T/)}'` postgresql-13-13.1/configure-9718-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $perl_embed_ccflags" >&5 ############################################## postgresql-13-13.1/configure-9724-if test "$PORTNAME" = "win32" ; then postgresql-13-13.1/configure:9725: perl_lib=`basename $perl_archlibexp/CORE/perl[5-9]*.lib .lib` postgresql-13-13.1/configure-9726- if test -e "$perl_archlibexp/CORE/$perl_lib.lib"; then ############################################## postgresql-13-13.1/configure-9728- else postgresql-13-13.1/configure:9729: perl_lib=`basename $perl_archlibexp/CORE/libperl[5-9]*.a .a | sed 's/^lib//'` postgresql-13-13.1/configure-9730- if test -e "$perl_archlibexp/CORE/lib$perl_lib.a"; then ############################################## postgresql-13-13.1/configure-9734-else postgresql-13-13.1/configure:9735: pgac_tmp1=`$PERL -MExtUtils::Embed -e ldopts` postgresql-13-13.1/configure:9736: pgac_tmp2=`$PERL -MConfig -e 'print $Config{ccdlflags}'` postgresql-13-13.1/configure:9737: perl_embed_ldflags=`echo X"$pgac_tmp1" | sed -e "s/^X//" -e "s%$pgac_tmp2%%" -e "s/ -arch [-a-zA-Z0-9_]*//g"` postgresql-13-13.1/configure-9738-fi ############################################## postgresql-13-13.1/configure-9811- postgresql-13-13.1/configure:9812:python_fullversion=`${PYTHON} -c "import sys; print(sys.version)" | sed q` postgresql-13-13.1/configure-9813-{ $as_echo "$as_me:${as_lineno-$LINENO}: using python $python_fullversion" >&5 ############################################## postgresql-13-13.1/configure-9815-# python_fullversion is typically n.n.n plus some trailing junk postgresql-13-13.1/configure:9816:python_majorversion=`echo "$python_fullversion" | sed 's/^\([0-9]*\).*/\1/'` postgresql-13-13.1/configure:9817:python_minorversion=`echo "$python_fullversion" | sed 's/^[0-9]*\.\([0-9]*\).*/\1/'` postgresql-13-13.1/configure:9818:python_version=`echo "$python_fullversion" | sed 's/^\([0-9]*\.[0-9]*\).*/\1/'` postgresql-13-13.1/configure-9819-# Reject unsupported Python versions as soon as practical. ############################################## postgresql-13-13.1/configure-9837-$as_echo_n "checking Python configuration directory... " >&6; } postgresql-13-13.1/configure:9838:python_configdir=`${PYTHON} -c "import distutils.sysconfig; print(' '.join(filter(None,distutils.sysconfig.get_config_vars('LIBPL'))))"` postgresql-13-13.1/configure-9839-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_configdir" >&5 ############################################## postgresql-13-13.1/configure-9852-if test "$PORTNAME" = win32 ; then postgresql-13-13.1/configure:9853: python_includespec=`echo $python_includespec | sed 's,[\],/,g'` postgresql-13-13.1/configure-9854-fi ############################################## postgresql-13-13.1/configure-9862- postgresql-13-13.1/configure:9863:python_libdir=`${PYTHON} -c "import distutils.sysconfig; print(' '.join(filter(None,distutils.sysconfig.get_config_vars('LIBDIR'))))"` postgresql-13-13.1/configure:9864:python_ldlibrary=`${PYTHON} -c "import distutils.sysconfig; print(' '.join(filter(None,distutils.sysconfig.get_config_vars('LDLIBRARY'))))"` postgresql-13-13.1/configure-9865- postgresql-13-13.1/configure-9866-# If LDLIBRARY exists and has a shlib extension, use it verbatim. postgresql-13-13.1/configure:9867:ldlibrary=`echo "${python_ldlibrary}" | sed -e 's/\.so$//' -e 's/\.dll$//' -e 's/\.dylib$//' -e 's/\.sl$//'` postgresql-13-13.1/configure-9868-if test -e "${python_libdir}/${python_ldlibrary}" -a x"${python_ldlibrary}" != x"${ldlibrary}" postgresql-13-13.1/configure-9869-then postgresql-13-13.1/configure:9870: ldlibrary=`echo "${ldlibrary}" | sed "s/^lib//"` postgresql-13-13.1/configure-9871- found_shlib=1 ############################################## postgresql-13-13.1/configure-9875- # or failing that, $python_version from _PGAC_CHECK_PYTHON_DIRS. postgresql-13-13.1/configure:9876: python_ldversion=`${PYTHON} -c "import distutils.sysconfig; print(' '.join(filter(None,distutils.sysconfig.get_config_vars('LDVERSION'))))"` postgresql-13-13.1/configure-9877- if test x"${python_ldversion}" != x""; then ############################################## postgresql-13-13.1/configure-9879- else postgresql-13-13.1/configure:9880: python_version_var=`${PYTHON} -c "import distutils.sysconfig; print(' '.join(filter(None,distutils.sysconfig.get_config_vars('VERSION'))))"` postgresql-13-13.1/configure-9881- if test x"${python_version_var}" != x""; then ############################################## postgresql-13-13.1/configure-9939- postgresql-13-13.1/configure:9940:python_additional_libs=`${PYTHON} -c "import distutils.sysconfig; print(' '.join(filter(None,distutils.sysconfig.get_config_vars('LIBS','LIBC','LIBM','BASEMODLIBS'))))"` postgresql-13-13.1/configure-9941- ############################################## postgresql-13-13.1/configure-10049- # Check for GNU $ac_path_SED postgresql-13-13.1/configure:10050:case `"$ac_path_SED" --version 2>&1` in postgresql-13-13.1/configure-10051-*GNU*) ############################################## postgresql-13-13.1/configure-10113- # Check for GNU $ac_path_GREP postgresql-13-13.1/configure:10114:case `"$ac_path_GREP" --version 2>&1` in postgresql-13-13.1/configure-10115-*GNU*) ############################################## postgresql-13-13.1/configure-10179- # Check for GNU $ac_path_EGREP postgresql-13-13.1/configure:10180:case `"$ac_path_EGREP" --version 2>&1` in postgresql-13-13.1/configure-10181-*GNU*) ############################################## postgresql-13-13.1/configure-10340-do : postgresql-13-13.1/configure:10341: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` postgresql-13-13.1/configure-10342-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## postgresql-13-13.1/configure-10345- cat >>confdefs.h <<_ACEOF postgresql-13-13.1/configure:10346:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 postgresql-13-13.1/configure-10347-_ACEOF ############################################## postgresql-13-13.1/configure-10622- ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g' postgresql-13-13.1/configure:10623: ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"` postgresql-13-13.1/configure-10624- ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)" ############################################## postgresql-13-13.1/configure-11020-do : postgresql-13-13.1/configure:11021: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` postgresql-13-13.1/configure-11022-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## postgresql-13-13.1/configure-11024- cat >>confdefs.h <<_ACEOF postgresql-13-13.1/configure:11025:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 postgresql-13-13.1/configure-11026-_ACEOF ############################################## postgresql-13-13.1/configure-12318-do : postgresql-13-13.1/configure:12319: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` postgresql-13-13.1/configure-12320-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## postgresql-13-13.1/configure-12322- cat >>confdefs.h <<_ACEOF postgresql-13-13.1/configure:12323:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 postgresql-13-13.1/configure-12324-_ACEOF ############################################## postgresql-13-13.1/configure-12965-do : postgresql-13-13.1/configure:12966: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` postgresql-13-13.1/configure-12967-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## postgresql-13-13.1/configure-12969- cat >>confdefs.h <<_ACEOF postgresql-13-13.1/configure:12970:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 postgresql-13-13.1/configure-12971-_ACEOF ############################################## postgresql-13-13.1/configure-15055-LIBS_including_readline="$LIBS" postgresql-13-13.1/configure:15056:LIBS=`echo "$LIBS" | sed -e 's/-ledit//g' -e 's/-lreadline//g'` postgresql-13-13.1/configure-15057- ############################################## postgresql-13-13.1/configure-15059-do : postgresql-13-13.1/configure:15060: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` postgresql-13-13.1/configure-15061-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## postgresql-13-13.1/configure-15063- cat >>confdefs.h <<_ACEOF postgresql-13-13.1/configure:15064:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 postgresql-13-13.1/configure-15065-_ACEOF ############################################## postgresql-13-13.1/configure-16157-do : postgresql-13-13.1/configure:16158: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` postgresql-13-13.1/configure-16159-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## postgresql-13-13.1/configure-16161- cat >>confdefs.h <<_ACEOF postgresql-13-13.1/configure:16162:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 postgresql-13-13.1/configure-16163-_ACEOF ############################################## postgresql-13-13.1/configure-16169-do : postgresql-13-13.1/configure:16170: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` postgresql-13-13.1/configure-16171-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## postgresql-13-13.1/configure-16173- cat >>confdefs.h <<_ACEOF postgresql-13-13.1/configure:16174:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 postgresql-13-13.1/configure-16175-_ACEOF ############################################## postgresql-13-13.1/configure-16449-do : postgresql-13-13.1/configure:16450: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` postgresql-13-13.1/configure-16451-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## postgresql-13-13.1/configure-16453- cat >>confdefs.h <<_ACEOF postgresql-13-13.1/configure:16454:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 postgresql-13-13.1/configure-16455-_ACEOF ############################################## postgresql-13-13.1/configure-16461-do : postgresql-13-13.1/configure:16462: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` postgresql-13-13.1/configure-16463-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## postgresql-13-13.1/configure-16465- cat >>confdefs.h <<_ACEOF postgresql-13-13.1/configure:16466:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 postgresql-13-13.1/configure-16467-_ACEOF ############################################## postgresql-13-13.1/configure-18344- test -z "$TCLSH" && as_fn_error $? "unable to locate tclConfig.sh because no Tcl shell was found" "$LINENO" 5 postgresql-13-13.1/configure:18345: pgac_test_dirs=`echo 'puts $auto_path' | $TCLSH` postgresql-13-13.1/configure-18346- # On newer macOS, $auto_path frequently doesn't include the place ############################################## postgresql-13-13.1/configure-19062-if test x"$GCC" = x"yes" ; then postgresql-13-13.1/configure:19063: cc_string=`${CC} --version | sed q` postgresql-13-13.1/configure-19064- case $cc_string in [A-Za-z]*) ;; *) cc_string="GCC $cc_string";; esac postgresql-13-13.1/configure-19065-elif test x"$SUN_STUDIO_CC" = x"yes" ; then postgresql-13-13.1/configure:19066: cc_string=`${CC} -V 2>&1 | sed q` postgresql-13-13.1/configure-19067-else ############################################## postgresql-13-13.1/configure-19072-cat >>confdefs.h <<_ACEOF postgresql-13-13.1/configure:19073:#define PG_VERSION_STR "PostgreSQL $PG_VERSION on $host, compiled by $cc_string, `expr $ac_cv_sizeof_void_p \* 8`-bit" postgresql-13-13.1/configure-19074-_ACEOF ############################################## postgresql-13-13.1/configure-19092-if test x"$PG_SYSROOT" != x; then postgresql-13-13.1/configure:19093: CPPFLAGS=`echo "$CPPFLAGS" | sed -e "s| $PG_SYSROOT | \\\$(PG_SYSROOT) |"` postgresql-13-13.1/configure-19094-fi ############################################## postgresql-13-13.1/configure-19125-# a symlink-free name. postgresql-13-13.1/configure:19126:if ( test "$srcdir" -ef . ) >/dev/null 2>&1 || test "`cd $srcdir && /bin/pwd`" = "`/bin/pwd`"; then postgresql-13-13.1/configure-19127- vpath_build=no ############################################## postgresql-13-13.1/configure-19131- $as_echo_n "preparing build tree... " >&6 postgresql-13-13.1/configure:19132: pgac_abs_top_srcdir=`cd "$srcdir" && pwd` postgresql-13-13.1/configure-19133- $SHELL "$ac_aux_dir/prep_buildtree" "$pgac_abs_top_srcdir" "." \ ############################################## postgresql-13-13.1/configure-19259- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' postgresql-13-13.1/configure:19260: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` postgresql-13-13.1/configure-19261- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## postgresql-13-13.1/configure-19327-if test -z "$BASH_VERSION$ZSH_VERSION" \ postgresql-13-13.1/configure:19328: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then postgresql-13-13.1/configure-19329- as_echo='print -r --' postgresql-13-13.1/configure-19330- as_echo_n='print -rn --' postgresql-13-13.1/configure:19331:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then postgresql-13-13.1/configure-19332- as_echo='printf %s\n' ############################################## postgresql-13-13.1/configure-19334-else postgresql-13-13.1/configure:19335: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then postgresql-13-13.1/configure-19336- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## postgresql-13-13.1/configure-19344- expr "X$arg" : "X\\(.*\\)$as_nl"; postgresql-13-13.1/configure:19345: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; postgresql-13-13.1/configure-19346- esac; ############################################## postgresql-13-13.1/configure-19421-# ---------------------------------------- postgresql-13-13.1/configure:19422:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are postgresql-13-13.1/configure-19423-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## postgresql-13-13.1/configure-19493- { postgresql-13-13.1/configure:19494: as_val=`expr "$@" || test $? -eq 1` postgresql-13-13.1/configure-19495- } ############################################## postgresql-13-13.1/configure-19597- case $as_dir in #( postgresql-13-13.1/configure:19598: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( postgresql-13-13.1/configure-19599- *) as_qdir=$as_dir;; ############################################## postgresql-13-13.1/configure-19737-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 postgresql-13-13.1/configure:19738:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" postgresql-13-13.1/configure-19739-ac_cs_version="\\ ############################################## postgresql-13-13.1/configure-19762- --*=?*) postgresql-13-13.1/configure:19763: ac_option=`expr "X$1" : 'X\([^=]*\)='` postgresql-13-13.1/configure:19764: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` postgresql-13-13.1/configure-19765- ac_shift=: ############################################## postgresql-13-13.1/configure-19767- --*=) postgresql-13-13.1/configure:19768: ac_option=`expr "X$1" : 'X\([^=]*\)='` postgresql-13-13.1/configure-19769- ac_optarg= ############################################## postgresql-13-13.1/configure-19791- case $ac_optarg in postgresql-13-13.1/configure:19792: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; postgresql-13-13.1/configure-19793- '') as_fn_error $? "missing file argument" ;; ############################################## postgresql-13-13.1/configure-19799- case $ac_optarg in postgresql-13-13.1/configure:19800: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; postgresql-13-13.1/configure-19801- esac ############################################## postgresql-13-13.1/configure-19931-fi postgresql-13-13.1/configure:19932:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` postgresql-13-13.1/configure-19933-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## postgresql-13-13.1/configure-19948- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 postgresql-13-13.1/configure:19949:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` postgresql-13-13.1/configure-19950-ac_delim='%!_!# ' ############################################## postgresql-13-13.1/configure-19954- postgresql-13-13.1/configure:19955: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` postgresql-13-13.1/configure-19956- if test $ac_delim_n = $ac_delim_num; then ############################################## postgresql-13-13.1/configure-20092-for ac_last_try in false false :; do postgresql-13-13.1/configure:20093: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` postgresql-13-13.1/configure-20094- if test -z "$ac_tt"; then ############################################## postgresql-13-13.1/configure-20224- esac postgresql-13-13.1/configure:20225: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac postgresql-13-13.1/configure-20226- as_fn_append ac_file_inputs " '$ac_f'" ############################################## postgresql-13-13.1/configure-20283-*) postgresql-13-13.1/configure:20284: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` postgresql-13-13.1/configure-20285- # A ".." for each directory in $ac_dir_suffix. postgresql-13-13.1/configure:20286: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` postgresql-13-13.1/configure-20287- case $ac_top_builddir_sub in ############################################## postgresql-13-13.1/configure-20344-/@mandir@/p' postgresql-13-13.1/configure:20345:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in postgresql-13-13.1/configure-20346-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## postgresql-13-13.1/configure-20361- postgresql-13-13.1/configure:20362:# Neutralize VPATH when `$srcdir' = `.'. postgresql-13-13.1/configure-20363-# Shell code in configure.ac might set extrasub. ############################################## postgresql-13-13.1/configure-20389-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && postgresql-13-13.1/configure:20390: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && postgresql-13-13.1/configure-20391- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## postgresql-13-13.1/configure-20473- # test -e works for symlinks in the MinGW console postgresql-13-13.1/configure:20474: test -e `expr "$FILE" : '\([^:]*\)'` || { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** link for $FILE -- please fix by hand" >&5 postgresql-13-13.1/configure-20475-$as_echo "$as_me: WARNING: *** link for $FILE -- please fix by hand" >&2;} ############################################## postgresql-common-223/PgCommon.pm-153- closedir($dir); postgresql-common-223/PgCommon.pm:154: } elsif (/^\s*include(?:_if_exists)?\s*=?\s*'([^']+)'\s*(?:#.*)?$/i) { postgresql-common-223/PgCommon.pm-155- # read included file and merge into %conf ############################################## postgresql-common-223/PgCommon.pm-919- prepare_exec; postgresql-common-223/PgCommon.pm:920: my $groups = "$gid " . `/usr/bin/id -G $uname`; postgresql-common-223/PgCommon.pm-921- restore_exec; ############################################## postgresql-common-223/README.md-64- postgresql-common-223/README.md:65:* `$HOME/.postgresqlrc`: per-user preferences for default version/cluster and postgresql-common-223/README.md-66- database; overrides `/etc/postgresql-common/user_clusters` ############################################## postgresql-common-223/debhelper/Debian/Debhelper/Buildsystem/pgxs.pm-2-# postgresql-common-223/debhelper/Debian/Debhelper/Buildsystem/pgxs.pm:3:# Per PostgreSQL major version, a `build-$version` subdirectory is created. postgresql-common-223/debhelper/Debian/Debhelper/Buildsystem/pgxs.pm-4-# ############################################## postgresql-common-223/debian/changelog-81- support setting homepage, general template copy-editing. postgresql-common-223/debian/changelog:82: * Implement extension building as `dh $@ --with pgxs` and pgxs_loop, backed postgresql-common-223/debian/changelog-83- by `--buildsystem=pgxs` and pgxs_loop. We also run `make installcheck` at ############################################## postgresql-common-223/debian/init.d-functions-88-status() { postgresql-common-223/debian/init.d-functions:89: CLUSTERS=`pg_lsclusters -h | grep "^$1[[:space:]]"` postgresql-common-223/debian/init.d-functions-90- # no clusters -> unknown status ############################################## postgresql-common-223/debian/init.d-functions-104- postgresql-common-223/debian/init.d-functions:105: for v in `ls $dir 2>/dev/null`; do postgresql-common-223/debian/init.d-functions-106- #redhat# v=${v#*-} ############################################## postgresql-common-223/debian/maintscripts-functions-67- unset val postgresql-common-223/debian/maintscripts-functions:68: val=`pam_getenv -l $v` || true postgresql-common-223/debian/maintscripts-functions-69- [ -z "$val" ] || export $v="$val" ############################################## postgresql-common-223/debian/postgresql-common.config-28-SUPPORTED=`sh /usr/share/postgresql-common/supported-versions` postgresql-common-223/debian/postgresql-common.config:29:LATEST=`echo "$SUPPORTED" | sort -g | tail -1` postgresql-common-223/debian/postgresql-common.config-30- ############################################## postgresql-common-223/pg_buildext-53- local version=$1 postgresql-common-223/pg_buildext:54: vtarget=`echo $target | sed -e "s:%v:$version:g"` postgresql-common-223/pg_buildext-55- pgc="/usr/lib/postgresql/$version/bin/pg_config" ############################################## postgresql-common-223/pg_buildext-63- prepare_env $1 postgresql-common-223/pg_buildext:64: confopts=`echo $opt | sed -e "s:%v:$1:g"` postgresql-common-223/pg_buildext-65- ############################################## postgresql-common-223/pg_buildext-84- prepare_env $1 postgresql-common-223/pg_buildext:85: package=`echo $opt | sed -e "s:%v:$1:g"` postgresql-common-223/pg_buildext-86- ############################################## postgresql-common-223/pg_config-21-#redhat# PGBINROOT="/usr/pgsql-" postgresql-common-223/pg_config:22:LATEST_SERVER_DEV=`ls -v $PGBINROOT*/bin/pg_config 2>/dev/null|tail -n1` postgresql-common-223/pg_config-23- ############################################## postgresql-common-223/pg_createcluster-178-# postgresql-common-223/pg_createcluster:179:# Execution starts here postgresql-common-223/pg_createcluster-180-# ############################################## postgresql-common-223/pg_createcluster-352-error 'could not create configuration directory; you might ' . postgresql-common-223/pg_createcluster:353: 'need to run this program with root privileges' if system ('install', '-d', $confdir); postgresql-common-223/pg_createcluster-354- ############################################## postgresql-common-223/pg_createcluster-456-my $postgres = get_program_path('postgres', $version); postgresql-common-223/pg_createcluster:457:my $ldd = `ldd $postgres 2>/dev/null`; postgresql-common-223/pg_createcluster-458-$want_ssl = 0 if ($ldd and $ldd !~ /libssl/); ############################################## postgresql-common-223/pg_ctlcluster-88- select undef, undef, undef, 0.5; postgresql-common-223/pg_ctlcluster:89: $out = `LC_MESSAGES=C $psql -h '$sd' --port $p $nopwoption -Xc '' template1 2>&1 >/dev/null`; postgresql-common-223/pg_ctlcluster-90- ############################################## postgresql-common-223/pg_dropcluster-50- if ($info{'pgdata'} && -d $info{'pgdata'}) { postgresql-common-223/pg_dropcluster:51: if (system ('pg_ctlcluster', $version, $cluster, 'stop')) { postgresql-common-223/pg_dropcluster-52- error 'could not stop server, aborting'; ############################################## postgresql-common-223/pg_upgradecluster-226- my ($s) = $script =~ /(.*)/; # untaint postgresql-common-223/pg_upgradecluster:227: system ($s, @argv); postgresql-common-223/pg_upgradecluster-228- error "$s failed: $?" if ($?); ############################################## postgresql-common-223/pg_upgradecluster-233-# postgresql-common-223/pg_upgradecluster:234:# Execution starts here postgresql-common-223/pg_upgradecluster-235-# ############################################## postgresql-common-223/pg_upgradecluster-402-my $upgrade_scripts = (-d "$PgCommon::common_confdir/pg_upgradecluster.d" && postgresql-common-223/pg_upgradecluster:403: ($PgCommon::rpm ? `ls $PgCommon::common_confdir/pg_upgradecluster.d` : postgresql-common-223/pg_upgradecluster:404: `run-parts --test $PgCommon::common_confdir/pg_upgradecluster.d`)); postgresql-common-223/pg_upgradecluster-405- ############################################## postgresql-common-223/pg_upgradecluster-463- '-d', $maintenance_db, '-c', postgresql-common-223/pg_upgradecluster:464: "BEGIN READ WRITE; UPDATE pg_database SET datallowconn = 't' WHERE datname = '$db'; COMMIT") == 0 or postgresql-common-223/pg_upgradecluster-465- error 'Could not enable access to database'; ############################################## postgresql-common-223/pg_upgradecluster-551- '-d', $maintenance_db, '-c', postgresql-common-223/pg_upgradecluster:552: "BEGIN READ WRITE; UPDATE pg_database SET datallowconn = 'f' where datname = '$db'; COMMIT") == 0 or postgresql-common-223/pg_upgradecluster-553- error 'Could not disable access to database in old cluster'; ############################################## postgresql-common-223/pg_upgradecluster-555- '-d', $maintenance_db, '-c', postgresql-common-223/pg_upgradecluster:556: "BEGIN READ WRITE; UPDATE pg_database SET datallowconn = 'f' where datname = '$db'; COMMIT") == 0 or postgresql-common-223/pg_upgradecluster-557- error 'Could not disable access to database in new cluster'; ############################################## postgresql-common-223/run-upgrade-scripts-53- # temporarily enable connections postgresql-common-223/run-upgrade-scripts:54: my $conallow = `psql --cluster '$version/$cluster' template1 -AXtqc "select datallowconn from pg_database where datname='$db'"`; postgresql-common-223/run-upgrade-scripts-55- chomp $conallow; postgresql-common-223/run-upgrade-scripts-56- if ($conallow eq 'f') { postgresql-common-223/run-upgrade-scripts:57: system "psql --cluster '$version/$cluster' template1 -AXtqc \"update pg_database set datallowconn = 't' where datname='$db'\""; postgresql-common-223/run-upgrade-scripts-58- } postgresql-common-223/run-upgrade-scripts-59- postgresql-common-223/run-upgrade-scripts:60: my $out = `ON_ERROR_STOP=1 psql --cluster '$version/$cluster' -f '$script' '$db' 2>&1`; postgresql-common-223/run-upgrade-scripts-61- ############################################## postgresql-common-223/run-upgrade-scripts-63- if ($conallow eq 'f') { postgresql-common-223/run-upgrade-scripts:64: system "psql --cluster '$version/$cluster' template1 -AXtqc \"update pg_database set datallowconn = 'f' where datname='$db'\""; postgresql-common-223/run-upgrade-scripts-65- } ############################################## postgresql-common-223/run-upgrade-scripts-74- $cluster =~ s/'/\\'/g; # escape ' in cluster name postgresql-common-223/run-upgrade-scripts:75: my $out = `$script '$version' '$cluster' '$db' 2>&1`; postgresql-common-223/run-upgrade-scripts-76- print "[FAIL]\n$out" if $?; ############################################## postgresql-common-223/t/020_create_sql_remove.t-185- my $ssl = config_bool (PgCommon::get_conf_value $v, 'main', 'postgresql.conf', 'ssl'); postgresql-common-223/t/020_create_sql_remove.t:186: my $ssl_linked = `ldd $PgCommon::binroot$v/bin/postgres | grep libssl`; postgresql-common-223/t/020_create_sql_remove.t-187- my ($os, $osversion) = os_release(); ############################################## postgresql-common-223/t/020_create_sql_remove.t-338- postgresql-common-223/t/020_create_sql_remove.t:339: my $master_pid = `ps --user postgres hu | grep 'bin/postgres.*-D' | grep -v grep | awk '{print \$2}'`; postgresql-common-223/t/020_create_sql_remove.t-340- chomp $master_pid; ############################################## postgresql-common-223/t/020_create_sql_remove.t-344- usleep $delay; postgresql-common-223/t/020_create_sql_remove.t:345: $client_pid = `ps --user postgres hu | grep 'postgres.*: nobody nobodydb' | grep -v grep | awk '{print \$2}'`; postgresql-common-223/t/020_create_sql_remove.t-346- ($client_pid) = ($client_pid =~ /(\d+)/); # untaint ############################################## postgresql-common-223/t/022_recovery.t-24- my $c = 0; # fallback for when pg_isready is missing (PG < 9.3) postgresql-common-223/t/022_recovery.t:25: while (system ("pg_isready -q 2>&1") >> 8 == 1 and $c++ < 15) { postgresql-common-223/t/022_recovery.t-26- sleep(1); ############################################## postgresql-common-223/t/022_recovery.t-38- $c = 0; postgresql-common-223/t/022_recovery.t:39: while (system ("pg_isready -q 2>&1") >> 8 == 1 and $c++ < 15) { postgresql-common-223/t/022_recovery.t-40- sleep(1); ############################################## postgresql-common-223/t/025_logging.t-84-usleep $delay; postgresql-common-223/t/025_logging.t:85:if (system ("grep --binary-files=text -q 'test-logging-$$' /var/log/syslog 2> /dev/null") == 0) { postgresql-common-223/t/025_logging.t-86- note 'Logging to /var/log/syslog works'; ############################################## postgresql-common-223/t/032_ssl_key_permissions.t-20-foreach my $version (@MAJORS) { postgresql-common-223/t/032_ssl_key_permissions.t:21: my $pkgversion = `dpkg-query -f '\${Version}' -W postgresql-$version`; postgresql-common-223/t/032_ssl_key_permissions.t-22- note "$version ($pkgversion)"; ############################################## postgresql-common-223/t/060_obsolete_confparams.t-47-my $postgres = PgCommon::get_program_path('postgres', $MAJORS[0]); postgresql-common-223/t/060_obsolete_confparams.t:48:my $ldd = `ldd $postgres 2>/dev/null`; postgresql-common-223/t/060_obsolete_confparams.t-49-if ($ldd and $ldd !~ /libssl/) { ############################################## postgresql-common-223/t/100_upgrade_scripts.t-20-my $shellaction = '#!/bin/sh postgresql-common-223/t/100_upgrade_scripts.t:21:S=`basename $0` postgresql-common-223/t/100_upgrade_scripts.t-22-SQL="INSERT INTO log VALUES (\'$S $1 $2 $3\')" ############################################## postgresql-common-223/t/140_pg_config.t-43- skip 'build path not canonicalized on RedHat', 4 if ($PgCommon::rpm); postgresql-common-223/t/140_pg_config.t:44: my $pkgversion = `dpkg-query -f '\${Version}' -W postgresql-server-dev-$version`; postgresql-common-223/t/140_pg_config.t-45- # check that we correctly canonicalized the build paths ############################################## postgresql-common-223/t/140_pg_config.t-65- } else { # pg_config.libpq-dev should point at postgresql-server-dev-$(version of libpq-dev) postgresql-common-223/t/140_pg_config.t:66: my $libpqdev_version = `dpkg-query --showformat '\${Version}' --show libpq-dev`; postgresql-common-223/t/140_pg_config.t-67- $libpqdev_version =~ /^([89].\d|1.)/ or die "could not determine libpq-dev version"; ############################################## postgresql-common-223/t/140_pg_config.t-74- skip "$pgc not installed, can't check full $pg_config output", 2 unless (-x $pgc); postgresql-common-223/t/140_pg_config.t:75: my $full_output = `$pgc`; postgresql-common-223/t/140_pg_config.t-76- is_program_out 'postgres', "$pg_config", 0, $full_output; ############################################## postgresql-common-223/t/190_pg_buildext.t-46- SKIP: { postgresql-common-223/t/190_pg_buildext.t:47: my $have_extension_destdir = `grep extension_destdir /usr/share/postgresql/$ver/postgresql.conf.sample`; postgresql-common-223/t/190_pg_buildext.t-48- skip "No in-tree installcheck on PG $ver (missing extension_destdir)", 2 unless ($have_extension_destdir); ############################################## postgresql-common-223/t/TestLib.pm-85- if ($PgCommon::rpm) { postgresql-common-223/t/TestLib.pm:86: return `rpm --queryformat '%{VERSION}' -q $package`; postgresql-common-223/t/TestLib.pm-87- } else { postgresql-common-223/t/TestLib.pm:88: my $version = `dpkg-query -f '\${Version}' --show $package`; postgresql-common-223/t/TestLib.pm-89- chomp $version; ############################################## postgresql-common-223/t/TestLib.pm-110-sub ps { postgresql-common-223/t/TestLib.pm:111: return `ps h -o user,group,args -C $_[0] | grep '$_[0]' | sort -u`; postgresql-common-223/t/TestLib.pm-112-} ############################################## postgresql-common-223/t/TestLib.pm-181- die "changing euid: $!" if $> != $uid; postgresql-common-223/t/TestLib.pm:182: my $out = `$_[1] 2>&1`; postgresql-common-223/t/TestLib.pm-183- my $result = $? >> 8;