Re: dropdb --force

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Anthony Nowocien <anowocien(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Filip Rembiałkowski <filip(dot)rembialkowski(at)gmail(dot)com>
Subject: Re: dropdb --force
Date: 2019-06-26 19:14:21
Message-ID: CAFj8pRDbXBgMW6GVCWxK9XB1VAEao9BrKuwxjdcOFX9rZcBmdQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

po 24. 6. 2019 v 10:28 odesílatel Anthony Nowocien <anowocien(at)gmail(dot)com>
napsal:

> Hi,
> patch no longer applies (as of 12beta2).
>
> postgres(at)ubuntudev:~/pg_testing/source/postgresql-12beta2$ patch -p1 <
> drop-database-force-20190310_01.patch
> patching file doc/src/sgml/ref/drop_database.sgml
> patching file doc/src/sgml/ref/dropdb.sgml
> patching file src/backend/commands/dbcommands.c
> Hunk #1 succeeded at 489 (offset 2 lines).
> Hunk #2 succeeded at 779 (offset 2 lines).
> Hunk #3 succeeded at 787 (offset 2 lines).
> Hunk #4 succeeded at 871 (offset 2 lines).
> Hunk #5 succeeded at 1056 (offset 2 lines).
> Hunk #6 succeeded at 1186 (offset 2 lines).
> patching file src/backend/nodes/copyfuncs.c
> Hunk #1 succeeded at 3852 (offset 10 lines).
> patching file src/backend/nodes/equalfuncs.c
> Hunk #1 succeeded at 1666 (offset 3 lines).
> patching file src/backend/parser/gram.y
> Hunk #1 succeeded at 10194 (offset 45 lines).
> Hunk #2 succeeded at 10202 (offset 45 lines).
> patching file src/backend/storage/ipc/procarray.c
> Hunk #1 succeeded at 2906 (offset -14 lines).
> Hunk #2 succeeded at 2948 (offset -14 lines).
> patching file src/backend/tcop/utility.c
> patching file src/bin/scripts/dropdb.c
> Hunk #1 succeeded at 34 (offset 1 line).
> Hunk #2 succeeded at 50 (offset 1 line).
> Hunk #3 succeeded at 63 (offset 2 lines).
> Hunk #4 succeeded at 88 (offset 2 lines).
> Hunk #5 succeeded at 128 (offset 2 lines).
> Hunk #6 succeeded at 136 (offset 2 lines).
> Hunk #7 succeeded at 164 (offset 1 line).
> patching file src/bin/scripts/t/050_dropdb.pl
> patching file src/include/commands/dbcommands.h
> patching file src/include/nodes/parsenodes.h
> Hunk #1 succeeded at 3133 (offset 16 lines).
> patching file src/include/storage/procarray.h
> Hunk #1 FAILED at 112.
> 1 out of 1 hunk FAILED -- saving rejects to file
> src/include/storage/procarray.h.rej
>
> Could you please update it ? Thanks.
>

fixed

Regards

Pavel

Anthony
>
> The new status of this patch is: Waiting on Author
>

Attachment Content-Type Size
drop-database-force-20190626_01.patch text/x-patch 13.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2019-06-26 20:10:33 Re: Improve handling of pg_stat_statements handling of bind "IN" variables
Previous Message Tom Lane 2019-06-26 17:59:58 Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.)