If you are using connections that cache query plans
(this is particularly common for Java application frameworks with
connection pools), the connections may cache query plans that
include the pre-DROP NODE state of things, and
you will get error messages indicating
missing OIDs. After dropping a node, you may also need to recycle
connections in your application. |