postgresql/src/backend
Heikki Linnakangas 34301c9c56 Add missing error code to "cannot attach index ..." error.
ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE was used in an ereport with the
same message but different errdetail a few lines earlier, so use that
here as well.

Backpatch-through: 11
2020-05-28 12:37:56 +03:00
..
access Avoid killing btree items that are already dead 2020-05-15 16:50:34 -04:00
bootstrap Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 2020-03-22 09:24:13 -07:00
catalog Heed lock protocol in DROP OWNED BY 2020-05-06 12:29:41 -04:00
commands Add missing error code to "cannot attach index ..." error. 2020-05-28 12:37:56 +03:00
executor Fix assertion with relation using REPLICA IDENTITY FULL in subscriber 2020-05-16 18:16:37 +09:00
foreign Remove bogus "extern" annotations on function definitions. 2018-02-19 12:07:44 -05:00
jit Don't rely on llvm::make_unique. 2019-08-25 14:46:55 +12:00
lib Rename rbtree.c functions to use "rbt" prefix not "rb" prefix. 2018-11-06 13:25:24 -05:00
libpq Avoid downcasing/truncation of RADIUS authentication parameters. 2019-11-13 13:41:04 -05:00
main Update copyright for 2018 2018-01-02 23:30:12 -05:00
nodes Get rid of trailing semicolons in C macro definitions. 2020-05-01 17:28:01 -04:00
optimizer Get rid of trailing semicolons in C macro definitions. 2020-05-01 17:28:01 -04:00
parser Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 2020-03-22 09:24:13 -07:00
partitioning Remove extra word from comment. 2020-02-20 19:15:03 +09:00
po Translation updates 2020-05-11 13:24:12 +02:00
port Fix race condition in our Windows signal emulation. 2019-12-09 15:03:51 -05:00
postmaster Avoid failure if autovacuum tries to access a just-dropped temp namespace. 2020-02-28 20:28:34 -05:00
regex Fix misoptimization of "{1,1}" quantifiers in regular expressions. 2019-05-12 18:53:40 -04:00
replication Fix comment in slot.c. 2020-05-18 08:16:45 +05:30
rewrite Make rewriter prevent auto-updates on views with conditional INSTEAD rules. 2020-01-14 09:50:51 +00:00
snowball Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 2018-01-26 18:25:14 -05:00
statistics Make error logging in extended statistics more consistent 2019-05-30 17:06:21 +02:00
storage Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 2020-03-22 09:24:13 -07:00
tcop Stabilize NOTIFY behavior by transmitting notifies before ReadyForQuery. 2019-11-24 14:42:59 -05:00
tsearch Further cleanup of ts_headline code. 2020-04-09 15:38:57 -04:00
utils Fix the MSVC build for versions 2015 and later. 2020-05-14 09:39:04 +05:30
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
Makefile Rearrange makefile rules for running Gen_fmgrtab.pl. 2018-05-03 17:54:18 -04:00
nls.mk Translation updates 2018-09-17 08:40:36 +02:00