Avoid palloc before CurrentMemoryContext is set up on win32
Instead, write the unconverted output - it will be in the wrong
encoding, but at least we don't crash.
Rushabh Lathia
Branch
--
REL9_0_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/7b99cfbe565e1b2193cefff79f2476c83
Avoid palloc before CurrentMemoryContext is set up on win32
Instead, write the unconverted output - it will be in the wrong
encoding, but at least we don't crash.
Rushabh Lathia
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/5735efee15540765315aa8c1a230575e756037f7
Tab completion for COMMENT ON FOREIGN DATA WRAPPER / SERVER.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/e49ad77ff958b380ea6fa08c72e2dce97ac56c6b
Modified Files
--
src/bin/psql/tab-complete.c | 18 --
1 files changed, 16 insertions(+)
On 1 April 2011 16:28, Robert Haas wrote:
> Support comments on FOREIGN DATA WRAPPER and SERVER objects.
>
> This mostly involves making it work with the objectaddress.c framework,
> which does most of the heavy lifting. In that vein, change
> GetForeignDataWrapperOidByName to get_foreign_data_wr
pg_dump support for comments on FOREIGN DATA WRAPPER and SERVER objects.
Shigeru Hanada, with some corrections.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/dd095b623ec4b41e8c5728f9c576375985554fd3
Modified Files
--
src/bin/pg_dump/pg_dump.c | 10 ++
Support comments on FOREIGN DATA WRAPPER and SERVER objects.
This mostly involves making it work with the objectaddress.c framework,
which does most of the heavy lifting. In that vein, change
GetForeignDataWrapperOidByName to get_foreign_data_wrapper_oid and
GetForeignServerOidByName to get_forei
Fix compiler warning.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/7fcc75dd26ff0fee0b02f1b8b4215c298ca974ca
Modified Files
--
src/backend/replication/walsender.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Sent via pgsql-committers
Fix two missing spaces in error messages.
Josh Kupershmidt
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/9d56886112d8307dcd28ce49048a770c5d26acf9
Modified Files
--
src/backend/port/sysv_shmem.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(