multiping.install does not make schema to postgresql. The data type "text" does not require size filed.
The postgresql seems to require insert null value to serial primal key "id".
I fixed these points to attached patch.

CommentFileSizeAuthor
multiping.diff3.57 KBiktaka
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

voxpelli’s picture

Version: 6.x-1.x-dev » 6.x-1.0-beta1
Status: Needs review » Needs work

Can you check if this patch is still needed and reroll it with correct whitespace?

I have no postgresql environment to test with currently unfortunately - probably should set one up...

Sorry for extremely late reply :)

dgtlmoon’s picture

Status: Needs work » Closed (cannot reproduce)

I just checked the current .install from 6.x-1-dev and everything mentioned in this issue+patch appears to already be fixed?

dgtlmoon’s picture

removed text length 4000 from schema (not required for this type of field)