Re: Add CINE for ALTER TABLE ... ADD COLUMN

From: Payal Singh <payal(at)omniti(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Add CINE for ALTER TABLE ... ADD COLUMN
Date: 2015-04-22 18:48:49
Message-ID: 20150422184849.2543.53570.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The following review has been posted through the commitfest application:
make installcheck-world: tested, failed
Implements feature: not tested
Spec compliant: not tested
Documentation: not tested

Seeing this when trying to apply the patch:

Patching file src/backend/commands/tablecmds.c using Plan A...
Hunk #1 FAILED at 328.
Hunk #2 succeeded at 2294 (offset 11 lines).
Hunk #3 FAILED at 3399.
Hunk #4 FAILED at 3500.
Hunk #5 succeeded at 4658 with fuzz 1 (offset 65 lines).
Hunk #6 succeeded at 4753 (offset 66 lines).
Hunk #7 succeeded at 4989 with fuzz 2 (offset 66 lines).
Hunk #8 succeeded at 5003 (offset 69 lines).
Hunk #9 succeeded at 5017 (offset 69 lines).
Hunk #10 succeeded at 5033 (offset 69 lines).

The new status of this patch is: Waiting on Author

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2015-04-22 18:51:11 Re: Turning off HOT/Cleanup sometimes
Previous Message Robert Haas 2015-04-22 18:30:48 Re: Streaming replication and WAL archive interactions