Re: ALTER INDEX ... ALTER COLUMN not present in dump

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: amul sul <sulamul(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>
Subject: Re: ALTER INDEX ... ALTER COLUMN not present in dump
Date: 2018-12-17 08:27:27
Message-ID: 20181217082727.GF5223@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

On Mon, Dec 17, 2018 at 01:19:00PM +0530, amul sul wrote:
> Laptop215:PG edb$ git --version
> git version 2.14.1

Using 2.20, git apply works fine for me but... If patch -p1 works, why
not just using it then? It is always possible to check the patch for
whitespaces or such with "git diff --check" anyway.
--
Michael

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message amul sul 2018-12-17 08:30:48 Re: ALTER INDEX ... ALTER COLUMN not present in dump
Previous Message amul sul 2018-12-17 07:49:00 Re: ALTER INDEX ... ALTER COLUMN not present in dump

Browse pgsql-hackers by date

  From Date Subject
Next Message amul sul 2018-12-17 08:30:48 Re: ALTER INDEX ... ALTER COLUMN not present in dump
Previous Message Michael Paquier 2018-12-17 08:25:58 Re: Fixing typos in tests of partition_info.sql