Re: Stored procedure code no longer stored in v14 and v15, changed behaviour

From: Pasi Oja-Nisula <pon(at)iki(dot)fi>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Stored procedure code no longer stored in v14 and v15, changed behaviour
Date: 2022-12-02 13:34:39
Message-ID: CAJvus-O9Jm75iHam2AA__4_yrVMoa2pzLrxxb9tQhGqzu7nxUg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 2 Dec 2022 at 15:02, Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
> How do you today prove that for other compiled programs in your system?

Good question. I guess I never considered database to be compiled.

How do you debug this kind of system? What if the you suspect that there is
a wrong version of procedure in the system? How can you then find what release
or patch produced the problem if you can't see the actual procedure text
that produced the running version?

I'm not claiming that there isn't benefits in this system. I'm sure it actually
prevents rogue changes for not having the source code readily available. It's
just a big fundamental change to get over if you can't do comparison from
database to version control.

Pasi

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dominique Devienne 2022-12-02 13:39:03 Re: Stored procedure code no longer stored in v14 and v15, changed behaviour
Previous Message Daniel Gustafsson 2022-12-02 13:02:37 Re: Stored procedure code no longer stored in v14 and v15, changed behaviour