Re: "PANIC: could not open critical system index 2662" - twice

Andrew Gierth <andrew@tao11.riddles.org.uk>

From: Andrew Gierth <andrew@tao11.riddles.org.uk>
To: Evgeny Morozov <postgresql3@realityexists.net>
Cc: Thomas Munro <thomas.munro@gmail.com>, PostgreSQL General <pgsql-general@postgresql.org>
Date: 2023-05-05T08:38:48Z
Lists: pgsql-general
>>>>> "Evgeny" == Evgeny Morozov <postgresql3@realityexists.net> writes:

 Evgeny> Indeed, I cannot get that far due to the same error. I read
 Evgeny> about ignore_system_indexes, but...

 Evgeny> # sudo -u postgres psql -w -p 5434 -c "set ignore_system_indexes=on";
 Evgeny> ERROR:  parameter "ignore_system_indexes" cannot be set after connection
 Evgeny> start

sudo -u postgres psql -w -p 5434 -d "options='-P'"

(make that -d "dbname=whatever options='-P'"  if you need to specify
some database name; or use PGOPTIONS="-P" in the environment.)

-- 
Andrew (irc:RhodiumToad)



Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Handle DROP DATABASE getting interrupted

  2. Remove the restriction that the relmap must be 512 bytes.