diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2010-03-21 00:17:59 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2010-03-21 00:17:59 +0000 |
commit | c248d171209fb1468a68d4d623fe721497cab7ba (patch) | |
tree | 0a45505cb3515a72c788aaf97d73458d18db665a /src/backend/tcop/postgres.c | |
parent | 1dff2a0f25badf7fc15a654172bf4e0bce964008 (diff) | |
download | postgresql-c248d171209fb1468a68d4d623fe721497cab7ba.tar.gz postgresql-c248d171209fb1468a68d4d623fe721497cab7ba.zip |
Message tuning
Diffstat (limited to 'src/backend/tcop/postgres.c')
-rw-r--r-- | src/backend/tcop/postgres.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 46756e71696..287445b535e 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.591 2010/02/26 02:01:01 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.592 2010/03/21 00:17:58 petere Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -2273,7 +2273,7 @@ errdetail_recovery_conflict(void) errdetail("User was holding a relation lock for too long."); break; case PROCSIG_RECOVERY_CONFLICT_TABLESPACE: - errdetail("User was or may have been using tablespace that must be dropped."); + errdetail("User was or might have been using tablespace that must be dropped."); break; case PROCSIG_RECOVERY_CONFLICT_SNAPSHOT: errdetail("User query might have needed to see row versions that must be removed."); |