Home
last modified time | relevance | path

Searched refs:npreparedxacts (Results 1 – 25 of 43) sorted by relevance

12

/dports/databases/timescaledb/timescaledb-2.5.1/test/src/
H A Dtest_utils.c91 int npreparedxacts = 0; in ts_bgw_wait() local
94 if (!CountOtherDBBackends(dboid, &notherbackends, &npreparedxacts)) in ts_bgw_wait()
102 npreparedxacts))); in ts_bgw_wait()
111 npreparedxacts))); in ts_bgw_wait()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/commands/
H A Ddbcommands.c143 int npreparedxacts; in createdb() local
484 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
778 int npreparedxacts; in dropdb() local
863 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
950 int npreparedxacts; in RenameDatabase() local
1007 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1039 int npreparedxacts; in movedb() local
1950 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
1957 notherbackends, npreparedxacts); in errdetail_busy_db()
1966 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/commands/
H A Ddbcommands.c143 int npreparedxacts; in createdb() local
484 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
778 int npreparedxacts; in dropdb() local
863 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
950 int npreparedxacts; in RenameDatabase() local
1007 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1039 int npreparedxacts; in movedb() local
1950 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
1957 notherbackends, npreparedxacts); in errdetail_busy_db()
1966 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/commands/
H A Ddbcommands.c142 int npreparedxacts; in createdb() local
496 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
787 int npreparedxacts; in dropdb() local
876 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
983 int npreparedxacts; in RenameDatabase() local
1040 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1071 int npreparedxacts; in movedb() local
1981 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
1988 notherbackends, npreparedxacts); in errdetail_busy_db()
1997 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/commands/
H A Ddbcommands.c143 int npreparedxacts; in createdb() local
484 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
778 int npreparedxacts; in dropdb() local
863 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
950 int npreparedxacts; in RenameDatabase() local
1007 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1039 int npreparedxacts; in movedb() local
1950 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
1957 notherbackends, npreparedxacts); in errdetail_busy_db()
1966 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/commands/
H A Ddbcommands.c142 int npreparedxacts; in createdb() local
496 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
787 int npreparedxacts; in dropdb() local
876 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
983 int npreparedxacts; in RenameDatabase() local
1040 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1071 int npreparedxacts; in movedb() local
1981 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
1988 notherbackends, npreparedxacts); in errdetail_busy_db()
1997 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/commands/
H A Ddbcommands.c142 int npreparedxacts; in createdb() local
496 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
787 int npreparedxacts; in dropdb() local
876 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
983 int npreparedxacts; in RenameDatabase() local
1040 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1071 int npreparedxacts; in movedb() local
1981 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
1988 notherbackends, npreparedxacts); in errdetail_busy_db()
1997 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/commands/
H A Ddbcommands.c142 int npreparedxacts; in createdb() local
496 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
787 int npreparedxacts; in dropdb() local
876 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
983 int npreparedxacts; in RenameDatabase() local
1040 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1071 int npreparedxacts; in movedb() local
1981 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
1988 notherbackends, npreparedxacts); in errdetail_busy_db()
1997 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/
H A Ddbcommands.c142 int npreparedxacts; in createdb() local
496 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
787 int npreparedxacts; in dropdb() local
876 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
983 int npreparedxacts; in RenameDatabase() local
1040 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1071 int npreparedxacts; in movedb() local
1981 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
1988 notherbackends, npreparedxacts); in errdetail_busy_db()
1997 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/commands/
H A Ddbcommands.c142 int npreparedxacts; in createdb() local
496 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
787 int npreparedxacts; in dropdb() local
876 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
983 int npreparedxacts; in RenameDatabase() local
1040 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1071 int npreparedxacts; in movedb() local
1981 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
1988 notherbackends, npreparedxacts); in errdetail_busy_db()
1997 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/commands/
H A Ddbcommands.c142 int npreparedxacts; in createdb() local
496 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
787 int npreparedxacts; in dropdb() local
876 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
983 int npreparedxacts; in RenameDatabase() local
1040 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1071 int npreparedxacts; in movedb() local
1981 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
1988 notherbackends, npreparedxacts); in errdetail_busy_db()
1997 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/commands/
H A Ddbcommands.c142 int npreparedxacts; in createdb() local
496 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
787 int npreparedxacts; in dropdb() local
876 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
983 int npreparedxacts; in RenameDatabase() local
1040 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1071 int npreparedxacts; in movedb() local
1981 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
1988 notherbackends, npreparedxacts); in errdetail_busy_db()
1997 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/commands/
H A Ddbcommands.c142 int npreparedxacts; in createdb() local
496 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
787 int npreparedxacts; in dropdb() local
876 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
983 int npreparedxacts; in RenameDatabase() local
1040 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1071 int npreparedxacts; in movedb() local
1981 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
1988 notherbackends, npreparedxacts); in errdetail_busy_db()
1997 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/commands/
H A Ddbcommands.c142 int npreparedxacts; in createdb() local
496 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
787 int npreparedxacts; in dropdb() local
876 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
983 int npreparedxacts; in RenameDatabase() local
1040 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1071 int npreparedxacts; in movedb() local
1981 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
1988 notherbackends, npreparedxacts); in errdetail_busy_db()
1997 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/commands/
H A Ddbcommands.c142 int npreparedxacts; in createdb() local
496 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
787 int npreparedxacts; in dropdb() local
876 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
983 int npreparedxacts; in RenameDatabase() local
1040 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1071 int npreparedxacts; in movedb() local
1981 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
1988 notherbackends, npreparedxacts); in errdetail_busy_db()
1997 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/commands/
H A Ddbcommands.c142 int npreparedxacts; in createdb() local
496 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
787 int npreparedxacts; in dropdb() local
876 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
983 int npreparedxacts; in RenameDatabase() local
1040 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1071 int npreparedxacts; in movedb() local
1981 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
1988 notherbackends, npreparedxacts); in errdetail_busy_db()
1997 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/commands/
H A Ddbcommands.c142 int npreparedxacts; in createdb() local
496 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
787 int npreparedxacts; in dropdb() local
876 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
983 int npreparedxacts; in RenameDatabase() local
1040 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1071 int npreparedxacts; in movedb() local
1981 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
1988 notherbackends, npreparedxacts); in errdetail_busy_db()
1997 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/commands/
H A Ddbcommands.c143 int npreparedxacts; in createdb() local
507 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
799 int npreparedxacts; in dropdb() local
888 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
995 int npreparedxacts; in RenameDatabase() local
1061 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1092 int npreparedxacts; in movedb() local
2003 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
2010 notherbackends, npreparedxacts); in errdetail_busy_db()
2019 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/commands/
H A Ddbcommands.c142 int npreparedxacts; in createdb() local
496 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
787 int npreparedxacts; in dropdb() local
876 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
983 int npreparedxacts; in RenameDatabase() local
1040 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1071 int npreparedxacts; in movedb() local
1981 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
1988 notherbackends, npreparedxacts); in errdetail_busy_db()
1997 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/commands/
H A Ddbcommands.c143 int npreparedxacts; in createdb() local
484 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
778 int npreparedxacts; in dropdb() local
863 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
950 int npreparedxacts; in RenameDatabase() local
1007 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1039 int npreparedxacts; in movedb() local
1950 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
1957 notherbackends, npreparedxacts); in errdetail_busy_db()
1966 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/commands/
H A Ddbcommands.c143 int npreparedxacts; in createdb() local
484 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
778 int npreparedxacts; in dropdb() local
863 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
950 int npreparedxacts; in RenameDatabase() local
1007 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1039 int npreparedxacts; in movedb() local
1950 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
1957 notherbackends, npreparedxacts); in errdetail_busy_db()
1966 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/commands/
H A Ddbcommands.c143 int npreparedxacts; in createdb() local
484 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
778 int npreparedxacts; in dropdb() local
863 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
950 int npreparedxacts; in RenameDatabase() local
1007 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1039 int npreparedxacts; in movedb() local
1950 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
1957 notherbackends, npreparedxacts); in errdetail_busy_db()
1966 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/commands/
H A Ddbcommands.c143 int npreparedxacts; in createdb() local
507 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
799 int npreparedxacts; in dropdb() local
888 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
995 int npreparedxacts; in RenameDatabase() local
1061 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1092 int npreparedxacts; in movedb() local
2003 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
2010 notherbackends, npreparedxacts); in errdetail_busy_db()
2019 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/commands/
H A Ddbcommands.c143 int npreparedxacts; in createdb() local
507 errdetail_busy_db(notherbackends, npreparedxacts))); in createdb()
799 int npreparedxacts; in dropdb() local
888 errdetail_busy_db(notherbackends, npreparedxacts))); in dropdb()
995 int npreparedxacts; in RenameDatabase() local
1061 errdetail_busy_db(notherbackends, npreparedxacts))); in RenameDatabase()
1092 int npreparedxacts; in movedb() local
2003 if (notherbackends > 0 && npreparedxacts > 0) in errdetail_busy_db()
2010 notherbackends, npreparedxacts); in errdetail_busy_db()
2019 npreparedxacts, in errdetail_busy_db()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/commands/
H A Ddbcommands.c143 int npreparedxacts;
507 errdetail_busy_db(notherbackends, npreparedxacts)));
799 int npreparedxacts;
888 errdetail_busy_db(notherbackends, npreparedxacts)));
995 int npreparedxacts; in main()
1061 errdetail_busy_db(notherbackends, npreparedxacts))); in main()
1092 int npreparedxacts;
2003 if (notherbackends > 0 && npreparedxacts > 0)
2010 notherbackends, npreparedxacts);
2019 npreparedxacts,
[all …]

12