Re: Add the ability to limit the amount of memory that can be allocated to backends.

From: vignesh C <vignesh21(at)gmail(dot)com>
To: reid(dot)thompson(at)crunchydata(dot)com
Cc: Andres Freund <andres(at)anarazel(dot)de>, Arne Roland <A(dot)Roland(at)index(dot)de>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, Ibrar Ahmed <ibrar(dot)ahmad(at)gmail(dot)com>
Subject: Re: Add the ability to limit the amount of memory that can be allocated to backends.
Date: 2023-01-19 11:20:44
Message-ID: CALDaNm2y-3J6e3R+9cjWxqFtAqiAsbBQvAn4zXj6L1hmEg8azg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 6 Jan 2023 at 00:19, Reid Thompson
<reid(dot)thompson(at)crunchydata(dot)com> wrote:
>
> On Tue, 2023-01-03 at 16:22 +0530, vignesh C wrote:
> > ....
> > The patch does not apply on top of HEAD as in [1], please post a
> > rebased patch:
> > ...
> > Regards,
> > Vignesh
> >
>
> Attached is rebased patch, with some updates related to committed changes.

The patch does not apply on top of HEAD as in [1], please post a rebased patch:
=== Applying patches on top of PostgreSQL commit ID
48880840f18cb75fcaecc77b5e7816b92c27157b ===
=== applying patch
./0001-Add-tracking-of-backend-memory-allocated-to-pg_stat_.patch
....
patching file src/test/regress/expected/rules.out
Hunk #2 FAILED at 1875.
Hunk #4 FAILED at 2090.
2 out of 4 hunks FAILED -- saving rejects to file
src/test/regress/expected/rules.out.rej

[1] - http://cfbot.cputube.org/patch_41_3867.log

Regards,
Vignesh

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2023-01-19 11:22:58 Re: Operation log for major operations
Previous Message Amit Kapila 2023-01-19 11:19:52 Re: Adjust the description of OutputPluginCallbacks in pg-doc