| From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
|---|---|
| To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | pgsql-committers(at)postgresql(dot)org |
| Subject: | Re: pgsql: Upgrade to Autoconf 2.69 |
| Date: | 2013-12-20 14:39:33 |
| Message-ID: | 20131220143933.GV11006@eldon.alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
Alvaro Herrera wrote:
> Peter Eisentraut wrote:
> > Upgrade to Autoconf 2.69
> +/* Enable large inode numbers on Mac OS X 10.5. */
> +#ifndef _DARWIN_USE_64_BIT_INODE
> +# define _DARWIN_USE_64_BIT_INODE 1
> +#endif
FWIW
http://gnu-autoconf.7623.n7.nabble.com/AC-SYS-LARGEFILE-and-old-OSX-framework-td19154.html
--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2013-12-20 15:43:19 | pgsql: Avoid useless palloc during transaction commit |
| Previous Message | Alvaro Herrera | 2013-12-20 13:54:36 | Re: pgsql: Upgrade to Autoconf 2.69 |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joseph Kregloh | 2013-12-20 14:54:42 | Re: pg_upgrade & tablespaces |
| Previous Message | MauMau | 2013-12-20 14:13:03 | [bug fix] psql \copy doesn't end if backend is killed |